From f621b59fc37213ca3013760ff51bd411221af78c Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 27 Jan 2023 21:50:45 +0000 Subject: [PATCH] Add missing instructions to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa4a53e..122dbd7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Install requirements: ``` $ pip install -r requirements.txt +$ pacman -S ffmpeg ``` Configure ENV: @@ -54,6 +55,7 @@ There is NO WARRANTY, to the extent permitted by law. Build image: ``` +$ cp .env docker.env $ make build ```