Add note about removing .gitignore

Harvey Tindall 2020-07-05 21:52:56 +01:00
parent bf4ba47ad2
commit b4f329f5b8

@ -29,8 +29,10 @@ You then need to compile the SCSS for the Jellyfin theme. This is explained in t
Once done, you should have `bs4.css, bs5.css, bs4-jf.css, bs5-jf.css` inside the `jellyfin_accounts/data/static/` directory.
Before you build, you will need to delete or move `.gitignore` as otherwise poetry will not include the new `.css` files.
Finally, you can build and install:
```
hrfee@lab:~/jellyfin-accounts# rm .gitignore
hrfee@lab:~/jellyfin-accounts# poetry build
hrfee@lab:~/jellyfin-accounts# poetry install
```