From b138feb175d757d79ef5b966af3c56d90ad129ab Mon Sep 17 00:00:00 2001 From: ForsakenRei <23041178+ForsakenRei@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:30:35 -0500 Subject: [PATCH] --amend --- content/dev/build/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/build/windows/_index.en.md b/content/dev/build/windows/_index.en.md index 077e269..e3c3be9 100644 --- a/content/dev/build/windows/_index.en.md +++ b/content/dev/build/windows/_index.en.md @@ -28,7 +28,7 @@ If you don't have `git` installed, get `git` [here](https://git-scm.com/download vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static ``` -Add System environment variable `VCPKG_ROOT`=`\vcpkg`. The `` should be the folder you choosed above. +Add System environment variable `VCPKG_ROOT`=`\vcpkg`. The `` should be the location you chose above to clone `vcpkg`. ![](/docs/en/dev/build/windows/images/env.png)