reverted README.md's bootstrap.sh URL to versioned

by request: https://github.com/progrium/dokku/pull/1521
This commit is contained in:
Eric McCormick
2015-10-01 16:10:03 -05:00
parent b776d4cfef
commit a7ec8dbd05

View File

@@ -10,7 +10,7 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S
To install the latest stable release, you can run the following commands as a user that has access to `sudo`:
wget https://raw.githubusercontent.com/progrium/dokku/master/bootstrap.sh
wget https://raw.githubusercontent.com/progrium/dokku/v0.4.1/bootstrap.sh
sudo DOKKU_TAG=v0.4.1 bash bootstrap.sh
### Upgrading