diff doc/installation.rst @ 3563:267e4987b58b

doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
author Goffi <goffi@goffi.org>
date Fri, 11 Jun 2021 09:21:41 +0200
parents d8581c83fef3
children df836d6f9c8a
line wrap: on
line diff
--- a/doc/installation.rst	Fri Jun 11 09:19:43 2021 +0200
+++ b/doc/installation.rst	Fri Jun 11 09:21:41 2021 +0200
@@ -45,8 +45,8 @@
 And enter the following commands (here we install Libervia with SVG support, which is needed to
 display SVG avatars on some frontends)::
 
-  $ python3 -m venv sat
-  $ source sat/bin/activate
+  $ python3 -m venv libervia
+  $ source libervia/bin/activate
   $ pip install -U pip wheel
   $ pip install -r requirements.txt
 
@@ -59,11 +59,11 @@
   $ cd
   $ hg clone https://repos.goffi.org/sat_media
 
-then, create the directory ``~/.config/sat``::
+then, create the directory ``~/.config/libervia``::
 
-  $ mkdir -p ~/.config/sat
+  $ mkdir -p ~/.config/libervia
 
-and the file ``~/.config/sat/libervia.conf`` containing:
+and the file ``~/.config/libervia/libervia.conf`` containing:
 
 .. sourcecode:: cfg
 
@@ -77,21 +77,21 @@
 Usage
 =====
 
-To launch the sat backend, enter::
+To launch the Libervia backend, enter::
 
-  $ sat
+  $ libervia-backend
 
 …or, if you want to launch it in foreground::
 
-  $ sat fg
+  $ libervia-backend fg
 
 You can stop it with::
 
-  $ sat stop
+  $ libervia-backend stop
 
 To know if backend is launched or not::
 
-  $ sat status
+  $ libervia-backend status
 
 **NOTE**: if ``misc/org.libervia.Libervia.service`` is installed correctly (which should
 be done by during the installation), the backend is automatically launched when a frontend