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 @@

Dokku helps you build and manage the lifecycle of ap

# 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 @@

Dokku helps you build and manage the lifecycle of ap sudo DOKKU_TAG=v0.30.0 bash bootstrap.sh


+

# Configure your server domain

@@ -134,15 +136,23 @@

Dokku helps you build and manage the lifecycle of ap $ dokku domains:set-global dokku.me

+
+

# 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 @@

Support Us

var release = data[0]; const releaseSpan = document.getElementById("releaseVersion"); releaseSpan.innerText = release.name; - console.log(release); }); }