Merge pull request #75 from interstateone/wget-filename

Change filename used in Advanced Installation section of README
This commit is contained in:
Jeff Lindsay
2013-07-04 22:24:42 -07:00

View File

@@ -57,10 +57,10 @@ The bootstrap script allows source URLs to be overridden to include customizatio
repositories. The GITRECEIVE_URL and DOKKU_REPO environment variables
may be set to override the defaults (see the bootstrap.sh script for how these apply). Example:
$ wget j.mp/dokku-bootstrap
$ wget https://raw.github.com/progrium/dokku/master/bootstrap.sh
$ chmod +x bootstrap.sh
$ sudo DOKKU_REPO=https://github.com/yourusername/dokku.git ./bootstrap.sh
## Upgrading
Dokku is in active development. You can update the deployment step and the build step separately.