mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 15:43:02 -04:00
pnpm inject/uninject instead of patch/unpatch
This commit is contained in:
parent
25fcc528ea
commit
a9e67aa340
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue