From c815e1cd895d0dd57aa7d19d78143b871e151a7f Mon Sep 17 00:00:00 2001 From: Amos Blanton Date: Thu, 8 Apr 2021 12:22:38 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edad74d..370da1a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installation requires a dedicated domain or subdomain. Installing in a subpath i The admin uses the login you provided at installation. The password is the same you use for YunoHost. The admin interface is accessible at the address: `your.domain.fr/api/admin` -To add a collection of music files to a library in your Yunohost installation of Funkwhale, create a symlink to your collection titled "import" in /var/www/funkwhale +To add a collection of music files to a library in your YunoHost installation of Funkwhale, create a symlink to your collection titled "import" in `/var/www/funkwhale` ```console foo@bar:~$sudo ln -s /your/music/collection /var/www/funkwhale/import ```