You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,29 +9,29 @@ The Vencord Installer allows you to install [Vencord+, the best Discord Desktop
9
9
### Windows
10
10
11
11
> **Warning**
12
-
**Do not** run the installer as Admin
12
+
**Do not** run the installer as administrator!
13
13
14
-
Download [VencordInstaller.exe](https://github.com/RobinRMC/VencordPlusInstaller/releases/latest/download/VencordInstaller.exe) and run it
14
+
Download [VencordInstaller.exe](https://github.com/RobinRMC/VencordPlusInstaller/releases/latest/download/VencordInstaller.exe) and run it.
15
15
16
16
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
17
17
18
-
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
18
+
To do so, open Powershell, run the following command, then follow along with the instructions/prompts:
Run the following command in your terminal and follow along with the instructions/prompts
26
+
Run the following command in your terminal and follow along with the instructions/prompts:
27
27
28
28
```sh
29
29
sh -c "$(curl -sS https://raw.githubusercontent.com/RobinRMC/VencordPlusInstaller/main/install.sh)"
30
30
```
31
31
32
32
### MacOs
33
33
34
-
Download the latest [MacOs build](https://github.com/RobinRMC/VencordPlusInstaller/releases/latest/download/VencordInstaller.MacOS.zip), unzip it, and run `VencordInstaller.app`
34
+
Download the latest [MacOs build](https://github.com/RobinRMC/VencordPlusInstaller/releases/latest/download/VencordInstaller.MacOS.zip), unzip it, and run `VencordInstaller.app`.
35
35
36
36
If you get a `VencordInstaller can't be opened` warning, right-click `VencordInstaller.app` and click open.
37
37
@@ -41,9 +41,9 @@ ___
41
41
42
42
## Building from source
43
43
44
-
### Prerequisites
44
+
### Prerequisites
45
45
46
-
You need to install the [Go programming language](https://go.dev/doc/install) and GCC, the GNU Compiler Collection (MinGW on Windows)
46
+
You need to install the [Go programming language](https://go.dev/doc/install) and GCC, the GNU Compiler Collection (MinGW on Windows).
47
47
48
48
<details>
49
49
<summary>Additionally, if you're using Linux, you have to install some additional dependencies:</summary>
@@ -91,4 +91,4 @@ go build --tags cli
91
91
```
92
92
93
93
You might want to pass some flags to this command to get a better build.
94
-
See [the GitHub workflow](https://github.com/Vendicated/VencordInstaller/blob/main/.github/workflows/release.yml) for what flags I pass or if you want more precise instructions
94
+
See [the GitHub workflow](https://github.com/Vendicated/VencordInstaller/blob/main/.github/workflows/release.yml) for what flags I pass or if you want more precise instructions.
0 commit comments