Add missing instructions to README

This commit is contained in:
ekzyis 2023-01-27 21:50:45 +00:00
parent 375a7c36cd
commit f621b59fc3
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Install requirements:
``` ```
$ pip install -r requirements.txt $ pip install -r requirements.txt
$ pacman -S ffmpeg
``` ```
Configure ENV: Configure ENV:
@ -54,6 +55,7 @@ There is NO WARRANTY, to the extent permitted by law.
Build image: Build image:
``` ```
$ cp .env docker.env
$ make build $ make build
``` ```