improve README

This commit is contained in:
Lorenzo Carbonell 2022-08-27 08:47:49 +02:00
parent 2fc2f8b1ff
commit c7162328e6
1 changed files with 2 additions and 4 deletions

View File

@ -5,11 +5,9 @@
```
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/jellyfin
mkdir config
mkdir cache
mkdir media
mkdir media2
mkdir config cache media media2
cp sample.env .env
sed -i "s/jellyfin.tuservidor.es/el_fqdn_que_quieras/g" .env
```