This commit is contained in:
khlam 2019-12-12 14:51:11 -08:00
parent e9d4dd3fd2
commit cd9550dc96

View File

@ -43,6 +43,7 @@ Discord can still collect the following information. Since these are inherent to
## Building From Source ## 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/) 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` 2. Clone Repo `git clone https://github.com/khlam/discord-sandboxed.git`
3. Install dependencies `npm i && npm i -d` 3. Install dependencies `npm i && npm i -d`