Merge pull request #25 from kornnflake/upstream1

Run bootstrap.sh as super user
This commit is contained in:
Jeff Lindsay
2013-06-20 17:19:06 -07:00

View File

@@ -9,7 +9,7 @@ best to use a fresh VM. The bootstrapper will install everything it needs.
## Installing
$ wget -qO- https://raw.github.com/progrium/dokku/master/bootstrap.sh | bash
$ wget -qO- https://raw.github.com/progrium/dokku/master/bootstrap.sh | sudo bash
This may take around 5 minutes. Certainly better than the several hours it takes to bootstrap Cloud Foundry.