From 2643f0baac45382b2b52023c68acc09cadcf5ee4 Mon Sep 17 00:00:00 2001 From: Dafenx <196083014+Dafenxz0@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:37:49 +0200 Subject: [PATCH] docs: fix Windows install typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376305a2..c5e5ab47 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ python3 setup.py install --user For windows, you will need CMake and Visual Studio for C++ compilation. - First, install `git`, `cmake`, `ffmpeg` and `python`. You can use [Chocolatey](https://chocolatey.org/) to manage packages similar to Linux/Mac OS. -- Second, install [`Visual Studio 2017 Community`](https://visualstudio.microsoft.com/), this my take some time. +- Second, install [`Visual Studio 2017 Community`](https://visualstudio.microsoft.com/), this may take some time. When dependencies are ready, open command line prompt: