diff doc/overview.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 0985c47ffd96
children 7fe1028acab2
line wrap: on
line diff
--- a/doc/overview.rst	Fri Jun 11 09:19:43 2021 +0200
+++ b/doc/overview.rst	Fri Jun 11 09:21:41 2021 +0200
@@ -41,13 +41,14 @@
 It takes its main configuration from a file named ``libervia.conf`` and can be in different
 locations (see below). It uses data in a directory called ``local_dir``, and which
 default, on suitable platforms, to the corresponding `XDG directory`_, which is most of
-time ``~/.local/share/sat``. In this directory, you'll find the main database in the
-``sat.db`` file, which is a `SQLite`_ database.
+time ``~/.local/share/libervia``. In this directory, you'll find the main database in the
+``libervia.db`` file, which is a `SQLite`_ database.
 
-The backend is run and stopped with the ``sat`` executable. Running it without argument
-launch the backend in the background, with ``sat fg`` you run it in the foreground (you'll
-see log directly and can stop the backend with ``Ctrl + c``). The ``sat status`` commands
-help you discover if the backend is running or stopped.
+The backend is run and stopped with the ``libervia-backend`` executable. Running it
+without argument launch the backend in the background, with ``libervia-backend fg`` you
+run it in the foreground (you'll see log directly and can stop the backend with
+``Ctrl + c``). The ``libervia-backend status`` commands help you discover if the backend
+is running or stopped.
 
 .. _XDG directory: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
 .. _SQLite: https://sqlite.org