From a2ee16436b306bb9522857d026797d47a778bc50 Mon Sep 17 00:00:00 2001 From: Collin Date: Fri, 2 Feb 2024 14:40:40 +0000 Subject: [PATCH] Small change --- guide/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/getting-started.md b/guide/getting-started.md index 90f7eba..63d48a4 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -2,19 +2,19 @@ To install the LonaDB server, follow these steps: -1. Run the install script with sudo: +## 1. Run the install script with sudo: ```bash sudo curl -fsSL https://lona-development.org/download/install.sh | sh ``` -2. Start the Server: +## 2. Start the Server: ```bash ./start.sh ``` -3. Configure everything: +## 3. Configure everything: On every start, you have to put in your encryption key. If the wrong key has been provided, the configuration file cannot be read and the Server will stop instantly. @@ -29,7 +29,7 @@ We don't store the key by default because of security of the root user. If you don't have a configuration file, a users table or any data tables, the Server will run you through initial setup and create everything needed for the database to run. -4. Use your database: +## 4. Use your database: Thats it! You now have your own instance of LonaDB! \ No newline at end of file