diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index 652e33c824f479a66fb4058f1ba8c58dd84996ee..7c1a68572c4ee9f65feaeca0db08a6f37658b452 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 :)