From b17b79f4f4902bdb4c99eac3f3a681665c5c0b9f Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 17 Mar 2022 10:30:43 -0400 Subject: [PATCH] updated Linux README --- build/linux/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/linux/README.md b/build/linux/README.md index a47de96..ff368cb 100644 --- a/build/linux/README.md +++ b/build/linux/README.md @@ -12,4 +12,9 @@ git clone DeepFaceLive cd DeepFaceLive/build/linux/ # start.sh builds and runs container with proper options, then example.sh will start DeepFaceLive with example options ./start.sh + +Usage of ./start.sh +# -d specify a folder for DeepFaceLive data (videos, models, etc) +-d /home/user/DeepFaceLive_data +# -c will pass through existing video devices such as /dev/video0 and /dev/video1, etc ```