02_agl_compositor.md: Update agl-shell versions
[AGL/documentation.git] / docs / 07_How_To_Contribute / 08_Adding_Documentation.md
index 091b520..4da6165 100644 (file)
@@ -5,7 +5,7 @@ title: Adding Documentation
 The [documentation gerrit
 repository](https://gerrit.automotivelinux.org/gerrit/admin/repos/AGL/documentation)
 contains AGL documentation website template and content, rendering is visible at
-[https://automotivegradelinux.readthedocs.io/en/latest/](https://automotivegradelinux.readthedocs.io/en/latest/).
+[https://docs.automotivelinux.org](https://docs.automotivelinux.org).
 The documentation site is hosted on
 [readthedocs](https://readthedocs.org/projects/automotivegradelinux/) and
 corresponding builds are mentioned
@@ -34,7 +34,13 @@ $ git clone "ssh://<LFID>@gerrit.automotivelinux.org:29418/AGL/documentation" &&
     $ sudo pip install -r requirements.txt
     ```
 
-3. Serve locally (default rendered at [127.0.0.1:8000/](127.0.0.1:8000/)):
+3. If pip is not already installed then install it 
+    ```sh
+    $ sudo apt-install python3-pip
+    ```
+
+
+4. Serve locally (default rendered at [127.0.0.1:8000/](127.0.0.1:8000/)):
 
     ```sh
     $ sudo mkdocs serve