From fe45c0484944254ef960ec898b5c152d3e1a264b Mon Sep 17 00:00:00 2001 From: HistidineDwarf Date: Mon, 20 Feb 2023 08:51:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b6d693..f221647 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Installation ------------- Recommended way: +You need to have Rust installed and opencv + If you want to or already have went through the hassle of installing Rust, you can ```git clone``` this repository, then ```cargo build --release``` and run the program. Probably better in case I forget to update the executable. You will most likely need to install opencv and possibly ffmpeg.