Merge pull request #901 from misto/patch-1

Pull new tags when upgrading to update VERSION
This commit is contained in:
Jose Diaz-Gonzalez
2015-01-16 12:27:29 -05:00

View File

@@ -8,7 +8,7 @@ To update the deploy step (this is updated less frequently):
```shell
cd ~/dokku
git pull origin master
git pull --tags origin master
sudo make install
```