changeset 3774:df836d6f9c8a

doc (installation): fix missing `hg clone` instructions
author Goffi <goffi@goffi.org>
date Sat, 14 May 2022 22:35:39 +0200
parents b96dd7ee0486
children 2175c9b9e6ad
files doc/installation.rst
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Sat May 14 22:34:13 2022 +0200
+++ b/doc/installation.rst	Sat May 14 22:35:39 2022 +0200
@@ -48,6 +48,8 @@
   $ python3 -m venv libervia
   $ source libervia/bin/activate
   $ pip install -U pip wheel
+  $ hg clone https://repos.goffi.org/libervia-backend
+  $ cd libervia-backend
   $ pip install -r requirements.txt
 
 Don't worry if you see the following message, Libervia should work anyway::