summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installation/linux.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/linux.rst b/docs/installation/linux.rst
index 40f49881..41847cee 100644
--- a/docs/installation/linux.rst
+++ b/docs/installation/linux.rst
@@ -62,9 +62,9 @@ Still under your ``reel2bits`` user:
.. code-block:: shell
# if release:
- git checkout -b v0.5 https://github.com/reel2bits/reel2bits/
+ git clone -b v0.5 https://github.com/reel2bits/reel2bits/
# Or master
- git checkout https://github.com/reel2bits/reel2bits/
+ git clone https://github.com/reel2bits/reel2bits/
Python dependencies
--------------------