aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegumin <megumin.bakaretsurie@gmail.com>2023-03-03 23:07:48 +0000
committerGitHub <noreply@github.com>2023-03-03 23:07:48 +0000
commit6747276a875567e90be059da63ff1734a9fd4910 (patch)
tree0066ee1c28e5df422581ac995d710f7b1f03a110
parent03915b7533b1548a971a0aca7c862dc7fcae4f0d (diff)
downloadVencord-6747276a875567e90be059da63ff1734a9fd4910.tar.gz
Vencord-6747276a875567e90be059da63ff1734a9fd4910.tar.bz2
Vencord-6747276a875567e90be059da63ff1734a9fd4910.zip
Add admin warnings to INSTALLING.md (#561)
-rw-r--r--docs/1_INSTALLING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/1_INSTALLING.md b/docs/1_INSTALLING.md
index 96f1bed..643a1e7 100644
--- a/docs/1_INSTALLING.md
+++ b/docs/1_INSTALLING.md
@@ -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