From e6936f8bcb9d5c86bfb51995bb1cbb1362d73a64 Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Tue, 14 Apr 2020 17:48:20 +0200
Subject: [PATCH] update

---
 source/import_documentation/get-started.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index 652e33c..7c1a685 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -29,13 +29,15 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin
 2. Install ``sib-manager`` that allow you to use the sib command.
 
 .. code-block:: python 
-   python -m pip install -U sib-manager
+      python -m pip install -U sib-manager
 
 3. Create your server structure
 
 .. code-block:: python 
-   sib startproject sibserver 
-   cd sibserver
+      sib startproject sibserver 
+      cd sibserver
+      sib install server
+
 
 That's it. You're almost ready to start :)
 
-- 
GitLab