diff --git a/docs/home.html b/docs/home.html index f7b0855bdb5..cbd3f6ef048 100644 --- a/docs/home.html +++ b/docs/home.html @@ -114,11 +114,12 @@
# download the installation script
-$ - wget https://dokku.com/install/v0.30.0/bootstrap.sh + wget https://dokku.com/bootstrap.sh
+# run the installer
@@ -127,6 +128,7 @@# Configure your server domain
@@ -134,15 +136,23 @@# and your ssh key to the dokku user
$ - echo "your-public-key-contents-here" | dokku ssh-keys:add admin + PUBLIC_KEY="your-public-key-contents-here"
- # # create your first app and you're off to the races! + $ + echo "$PUBLIC_KEY" | dokku ssh-keys:add admin +
++ # create your first app and you're off!
$ @@ -705,7 +715,6 @@