docs/instal-instr: Add bash code-block markup. 39/14039/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 11 May 2016 21:40:28 +0000 (23:40 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 12 May 2016 14:05:15 +0000 (14:05 +0000)
Change-Id: I04b97451d9b411d727b0ef51f1fc329510a286bb
(cherry picked from commit d4e37c21c5c76f52474d44e9cc32961259fb79ab)

docs/installation-instruction.rst

index 5d18054..287e568 100644 (file)
@@ -54,16 +54,23 @@ Alternatively, you may build the ArmbandFuel .iso from source by cloning the
 opnfv/armband git repository. To retrieve the repository for the AArch64
 Brahmaputra 3.0 release use the following command:
 
-$ git clone https://gerrit.opnfv.org/gerrit/armband
+.. code-block:: bash
+
+    $ git clone https://gerrit.opnfv.org/gerrit/armband
 
 Check-out the Brahmaputra release tag to set the branch to the
 baseline required to replicate the Brahmaputra release:
 
-$ git checkout brahmaputra.3.0
+.. code-block:: bash
+
+    $ git checkout brahmaputra.3.0
 
 Go to the armband directory and build the .iso:
 
-$ cd armband; make release
+.. code-block:: bash
+
+    $ cd armband
+    $ make release
 
 For more information on how to build, please see *Reference: 14*
 
@@ -328,11 +335,20 @@ Install additional Plugins/Features on the FUEL node
 
 #. Select wanted plugins/features from the /opt/opnfv/ directory.
 
-#. Install the wanted plugin with the command "fuel plugins --install /opt/opnfv/<plugin-name>-<version>.<arch>.rpm"
-   Expected output: "Plugin ....... was successfully installed." (see figure below)
+#. Install the wanted plugin with the command:
+
+    .. code-block:: bash
+
+        $ fuel plugins --install /opt/opnfv/<plugin-name>-<version>.<arch>.rpm
+
+    Expected output (see figure below):
+
+    .. code-block:: bash
+
+        Plugin ....... was successfully installed.
 
-   **NOTE**: AArch64 Brahmaputra 3.0 ships only with Opendaylight plugin,
-   see *Reference 15*.
+    **NOTE**: AArch64 Brahmaputra 3.0 ships only with Opendaylight plugin,
+    see *Reference 15*.
 
    .. figure:: img/plugin_install.png