From c5dea7f41a0fd53a31ef864b20648c977a2c8159 Mon Sep 17 00:00:00 2001 From: Daniel Stonier <d.stonier@gmail.com> Date: Sun, 8 Dec 2013 11:44:22 +0900 Subject: [PATCH] Documentation fix for installation instructions. --- docs/src/main/sphinx/installing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/sphinx/installing.rst b/docs/src/main/sphinx/installing.rst index 9ac1c5aa..9e515109 100644 --- a/docs/src/main/sphinx/installing.rst +++ b/docs/src/main/sphinx/installing.rst @@ -27,6 +27,7 @@ you simply need to clone the github repository .. code-block:: bash git clone https://github.com/rosjava/rosjava_core + cd rosjava_core git checkout -b hydro origin/hydro and proceed immediately to the section on :ref:`building`. -- GitLab