Add stable installation instructions

This commit is contained in:
rhy-jot
2013-11-23 17:22:51 -08:00
parent 10a8c75224
commit 698e5e5d0e

View File

@@ -13,6 +13,12 @@ best to use a fresh VM. The bootstrapper will install everything it needs.
## Installing
### Stable
$ wget -qO - https://raw.github.com/progrium/dokku/v0.2.0/bootstrap.sh | sudo DOKKU_TAG=v0.2.0 bash
### Development
$ 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.