From b382c6512eb1afb446462df38aa914190d38ccd9 Mon Sep 17 00:00:00 2001 From: Collin Date: Thu, 14 Mar 2024 14:56:58 +0000 Subject: [PATCH] FIX --- guide/clients.md | 4 ++-- guide/install.md | 2 +- guide/webinterface.md | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/guide/clients.md b/guide/clients.md index 957bf9e..01b0796 100644 --- a/guide/clients.md +++ b/guide/clients.md @@ -1,8 +1,8 @@ # Clients To use LonaDB for your own project, you need to use one of the clients. -[PHP](https://docs.lona-development.org/client/php.html) -[JavaScript](https://docs.lona-development.org/client/javascript.html) +[PHP](https://docs.lona-development.org/client/php.html)
+[JavaScript](https://docs.lona-development.org/client/javascript.html)
[Python](https://docs.lona-development.org/client/python.html) We are interested in making LonaDB available in more languages but we are a small team of 4 developers.
diff --git a/guide/install.md b/guide/install.md index eb199fa..02d97cb 100644 --- a/guide/install.md +++ b/guide/install.md @@ -1,5 +1,5 @@ # Prerequisites -Make sure you have curl installed.
+Make sure you have curl installed.
If not: ```bash sudo apt-get install curl diff --git a/guide/webinterface.md b/guide/webinterface.md index 9c8b7f9..c1e3caf 100644 --- a/guide/webinterface.md +++ b/guide/webinterface.md @@ -1,20 +1,20 @@ # Installation ## To install the LonaDB Webinterface, you first need to clone the Repository and go into the directory -´´´bash +```bash git clone https://github.com/LonaDB/Webinterface cd Webinterface -´´´ +``` ## Install the NPM Packages -´´´bash +```bash npm install -´´´ +``` ## Run the server and go through the Setup -´´´bash +```bash node webinterface -´´´ +``` ## Use it! Thats it. The installation can't get easier! \ No newline at end of file