Remove --deployement for carton install in README

This commit is contained in:
Luc Didry
2014-02-18 09:51:52 +01:00
parent 9d9e29e906
commit be80462d2e
+2 -2
View File
@@ -27,7 +27,7 @@ After installing Carton :
```shell
git clone https://github.com/ldidry/lutim.git
cd lutim
carton install --deployment
carton install
cp lutim.conf.template lutim.conf
vi lutim.conf
```
@@ -53,7 +53,7 @@ carton exec hypnotoad script/lutim
##Update
```
git pull
carton install --deployment
carton install
carton exec hypnotoad script/lutim
```