diff doc/installation.rst @ 1502:e1ccba0d2b71

doc: set `language` and use `libervia-media` instead of `sat_media`
author Goffi <goffi@goffi.org>
date Thu, 24 Nov 2022 17:34:31 +0100
parents aada5471d6bc
children 0d517b596568
line wrap: on
line diff
--- a/doc/installation.rst	Thu Oct 06 17:26:31 2022 +0200
+++ b/doc/installation.rst	Thu Nov 24 17:34:31 2022 +0100
@@ -56,7 +56,7 @@
 If you haven't done it for the backend, you need to install the media::
 
   $ cd
-  $ hg clone https://repos.goffi.org/sat_media
+  $ hg clone https://repos.goffi.org/libervia-media
 
 then, create the directory ``~/.config/libervia``::
 
@@ -67,9 +67,9 @@
 .. sourcecode:: cfg
 
   [DEFAULT]
-  media_dir = ~/sat_media
+  media_dir = ~/libervia-media
 
-Of course, replace ``~/sat_media`` with the actual path you have used.
+Of course, replace ``~/libervia-media`` with the actual path you have used.
 
 Please check backend documentation for more details on the settings.