mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user