diff --git a/README.md b/README.md index 7e8510835..1151059d4 100644 --- a/README.md +++ b/README.md @@ -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.