Add admin warnings to INSTALLING.md (#561)
This commit is contained in:
parent
03915b7533
commit
6747276a87
1 changed files with 3 additions and 1 deletions
|
@ -31,12 +31,14 @@ Welcome to Megu's Installation Guide! In this file, you will learn about how to
|
|||
|
||||
Install `pnpm`:
|
||||
|
||||
> :exclamation: this may need to be run as admin depending on your system, and you may need to close and reopen your terminal.
|
||||
> :exclamation: This next command may need to be run as admin/sudo depending on your system, and you may need to close and reopen your terminal for pnpm to be in your PATH.
|
||||
|
||||
```shell
|
||||
npm i -g pnpm
|
||||
```
|
||||
|
||||
> :exclamation: **IMPORTANT** Make sure you aren't using an admin/sudo terminal from here onwards. It **will** mess up your Discord/Vencord instance and you **will** most likely have to reinstall.
|
||||
|
||||
Clone Vencord:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue