corrected README.md's ref to bootstrap.sh URL

raw.github.com wasn't working for me, clicking the raw link in GH's repo led me https://raw.githubusercontent.com/progrium/dokku/master/bootstrap.sh
This commit is contained in:
Eric McCormick
2015-10-01 16:03:07 -05:00
parent 629ed5cca6
commit b776d4cfef

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.github.com/progrium/dokku/v0.4.1/bootstrap.sh
wget https://raw.githubusercontent.com/progrium/dokku/master/bootstrap.sh
sudo DOKKU_TAG=v0.4.1 bash bootstrap.sh
### Upgrading