Run bootstrap.sh as super user

This commit is contained in:
Your Name
2013-06-20 22:59:55 +02:00
parent 8b7c8ad5eb
commit 19c69a28fa

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.