Mercurial > libervia-backend
changeset 3776:4d333f249625
doc (installation): `sat_media` is now `libervia-media`
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 14 May 2022 23:00:35 +0200 |
parents | 2175c9b9e6ad |
children | 001ea5f4a2f9 |
files | doc/installation.rst |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/installation.rst Sat May 14 22:48:35 2022 +0200 +++ b/doc/installation.rst Sat May 14 23:00:35 2022 +0200 @@ -59,7 +59,7 @@ After installing Libervia, 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``:: @@ -70,9 +70,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. You can check :ref:`configuration` for details