aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRie Takahashi <megumin.bakaretsurie@gmail.com>2022-10-05 21:58:17 +0100
committerRie Takahashi <megumin.bakaretsurie@gmail.com>2022-10-05 21:58:17 +0100
commita9e67aa3400075ec4fb2fe6d59d006bae8981f0c (patch)
tree78a1e15e54d86261f746f69fff569c5e3778bc47 /README.md
parent25fcc528eaf154bef3aa6eff3bb842f17fe28163 (diff)
downloadVencord-a9e67aa3400075ec4fb2fe6d59d006bae8981f0c.tar.gz
Vencord-a9e67aa3400075ec4fb2fe6d59d006bae8981f0c.tar.bz2
Vencord-a9e67aa3400075ec4fb2fe6d59d006bae8981f0c.zip
pnpm inject/uninject instead of patch/unpatch
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4830d1d..50ba1ed 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Don't close your terminal just yet!
Now to patch vencord into your Discord client, run the following command and follow the interactive prompt.
```sh
-pnpm run patch
+pnpm inject
```
Now fully close Discord. Start and confirm Vencord successfully installed by checking if you have a new Vencord section in Settings.
@@ -45,7 +45,7 @@ If you ever need to get back to the Vencord folder, just open a new terminal and
All plugins are disabled by default, so your first step should be opening Settings and enabling the plugins you want.
-You can unpatch Vencord using `pnpm run unpatch`
+You can unpatch Vencord using `pnpm uninject`
## Installing on Browser