From cd9550dc963edec68072fb9f8f06e1ddfbf82a3d Mon Sep 17 00:00:00 2001 From: khlam <4841220+khlam@users.noreply.github.com> Date: Thu, 12 Dec 2019 14:51:11 -0800 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b702b04..ff0130b 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Discord can still collect the following information. Since these are inherent to ## Building From Source +0. If you're using Windows 10, make sure you have the [latest C++ Redistributable for Visual Studio 2015, 2017, and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) 1. Install [Node (https://nodejs.org/en/download/)](https://nodejs.org/en/download/) 2. Clone Repo `git clone https://github.com/khlam/discord-sandboxed.git` 3. Install dependencies `npm i && npm i -d`