Skip to content

Commit 2af30fb

Browse files
authored
Change text in README.md
1 parent ff9d5e1 commit 2af30fb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vencord+ Installer
22

3-
The Vencord Installer allows you to install [Vencord+, the best Discord Desktop client mod](https://github.com/RobinRMC/VencordPlus)
3+
The Vencord+ Installer allows you to install [Vencord+](https://github.com/RobinRMC/VencordPlus).
44

55
![image](https://user-images.githubusercontent.com/45497981/226734476-5fb42420-844d-4e27-ae06-4799118e086e.png)
66

@@ -9,29 +9,29 @@ The Vencord Installer allows you to install [Vencord+, the best Discord Desktop
99
### Windows
1010

1111
> **Warning**
12-
**Do not** run the installer as Admin
12+
**Do not** run the installer as administrator!
1313

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.
1515

1616
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.
1717

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:
1919

2020
```ps1
2121
iwr "https://raw.githubusercontent.com/RobinRMC/VencordPlusInstaller/main/install.ps1" -UseBasicParsing | iex
2222
```
2323

2424
### Linux
2525

26-
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:
2727

2828
```sh
2929
sh -c "$(curl -sS https://raw.githubusercontent.com/RobinRMC/VencordPlusInstaller/main/install.sh)"
3030
```
3131

3232
### MacOs
3333

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`.
3535

3636
If you get a `VencordInstaller can't be opened` warning, right-click `VencordInstaller.app` and click open.
3737

@@ -41,9 +41,9 @@ ___
4141

4242
## Building from source
4343

44-
### Prerequisites
44+
### Prerequisites
4545

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).
4747

4848
<details>
4949
<summary>Additionally, if you're using Linux, you have to install some additional dependencies:</summary>
@@ -91,4 +91,4 @@ go build --tags cli
9191
```
9292

9393
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

Comments
 (0)