1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Fix bash highlighting.

This commit is contained in:
Amos Blanton 2021-04-04 09:44:58 +02:00 committed by GitHub
parent 7c15e4398d
commit 396ffd7fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,11 @@ The admin uses the login you provided at installation. The password is the same
The admin interface is accessible at the address: `your.domain.fr/api/admin` 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
'''ln -s /your/music/collection /var/www/funkwhale/import ```console
The files can be uploaded from the *uploading* tab in a music library under the heading **Import music from your server**. foo@bar:~$sudo ln -s /your/music/collection /var/www/funkwhale/import
```
The files can then be added to your library from the *uploading* tab in a music library under the heading **Import music from your server**.
# State of this package # State of this package