From a7ec8dbd057f202874ad929d44b97198a1710c66 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Thu, 1 Oct 2015 16:10:03 -0500 Subject: [PATCH] reverted README.md's bootstrap.sh URL to versioned by request: https://github.com/progrium/dokku/pull/1521 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 842ce4b70..e9478f7dc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S To install the latest stable release, you can run the following commands as a user that has access to `sudo`: - wget https://raw.githubusercontent.com/progrium/dokku/master/bootstrap.sh + wget https://raw.githubusercontent.com/progrium/dokku/v0.4.1/bootstrap.sh sudo DOKKU_TAG=v0.4.1 bash bootstrap.sh ### Upgrading