[ci skip] Clarify that the user needs sudo access to install dokku. Closes #961

This commit is contained in:
Jose Diaz-Gonzalez
2015-02-18 02:34:49 -05:00
parent 05b1421027
commit 6240aaa605

View File

@@ -8,9 +8,9 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S
## Installing
To install the latest stable version of dokku, you can run the following bootstrapper command:
To install the latest stable release, you can run the following command as a user that has access to `sudo`:
$ wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
### Upgrading