diff doc/installation.rst @ 3774:df836d6f9c8a

doc (installation): fix missing `hg clone` instructions
author Goffi <goffi@goffi.org>
date Sat, 14 May 2022 22:35:39 +0200
parents 267e4987b58b
children 4d333f249625
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::