From 3e5d2cb2e31f7366a67f9dab0a8574e39ee4b9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Thu, 28 Dec 2023 16:27:43 -0300 Subject: [PATCH] Fix typos and internal links in INSTALL-cloud (#25058) Looks like we added a section, thus changing all the internal links in the Table of Content. --- docs/INSTALL-cloud.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 3b7c24bfa87..92a472aeb33 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -11,12 +11,13 @@ walkthrough will go through these in detail: 3. [Create new cloud server](#3-create-new-cloud-server) 4. [Access new cloud server](#4-access-your-cloud-server) -5. [Install Discourse](#5-install-discourse) -6. [Edit Discourse configuration](#6-edit-discourse-configuration) -7. [Start Discourse](#7-start-discourse) -8. [Register new account and become admin](#8-register-new-account-and-become-admin) -9. [Post-install maintenance](#9-post-install-maintenance) -10. [(Optional) Add more Discourse features](#10-optional-add-more-discourse-features) +5. [Install Prerequisites for Docker](#5-install-prerequisites-for-docker-debianubuntu-based-distro-example) +6. [Install Discourse](#6-install-discourse) +7. [Edit Discourse configuration](#7-edit-discourse-configuration) +8. [Start Discourse](#8-start-discourse) +9. [Register new account and become admin](#9-register-new-account-and-become-admin) +10. [Post-install maintenance](#10-post-install-maintenance) +11. [(Optional) Add more Discourse features](#11-optional-add-more-discourse-features) > 🔔 Don't have 30 minutes to set this up? For a flat one-time fee of $150, the community can install Discourse in the cloud for you. [Click here to purchase a self-supported community install](https://www.literatecomputing.com/product/discourse-install/). @@ -75,7 +76,7 @@ Connect to your server via its IP address using SSH, or [Putty][put] on Windows: Either use the root password from the email DigitalOcean sent you when the server was set up, or have a valid SSH key configured on your local machine. -### 5. Install Prerequisites for Docker (Debian/ Ubunto basted Distro example) +### 5. Install Prerequisites for Docker (Debian/Ubuntu based Distro example) sudo apt install docker.io sudo apt install git