Update installation instruction to download colorado branch 49/18749/1
authorUlas Kozat <ulas.kozat@gmail.com>
Tue, 16 Aug 2016 18:05:35 +0000 (11:05 -0700)
committerUlas Kozat <ulas.kozat@gmail.com>
Tue, 16 Aug 2016 18:05:35 +0000 (11:05 -0700)
Change-Id: I2c8f26d245936bf8de22e0397315f08a8d023503
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
docs/installationprocedure/installation.instructions.rst

index 3a2a7d3..a4a5b60 100644 (file)
@@ -37,15 +37,15 @@ Installation Steps (Single Node)
 
 .. code-block:: bash
 
-  > $git clone https://gerrit.opnfv.org/gerrit/domino
+  git clone https://gerrit.opnfv.org/gerrit/domino -b stable/colorado
 
 * Step-2: Go to the main domino directory
 
 .. code-block:: bash
 
-  > $cd domino
+  cd domino
 
-You should see DominoClient.py, DominoServer.py, and domino-cli.py as executibles.
+You should see DominoClient.py, DominoServer.py, and domino-cli.py as executables.
 
 Installation Steps (Multiple Node)
 ----------------------------------