Improve install instructions

main
Ven 2 years ago committed by GitHub
parent 48ebd71a56
commit 532fa8f718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,11 +13,15 @@ My own Discord Desktop mod :)
## Installing ## Installing
Make sure you have NodeJs and git installed. I will be using pnpm, you can use npm instead
```sh ```sh
pnpm install git clone https://github.com/Vendicated/Vencord
cd Vencord
pnpm i
pnpm build pnpm build
./install.sh
``` ```
The builds are now in the dist/ folder (Vencord/dist).
Now install with either the powershell/bash script or use [X1nto's installer](https://github.com/X1nto/VencordInstaller/releases/latest)
## Join ## Join
[join]: https://discord.gg/D9uwnFnqmd [join]: https://discord.gg/D9uwnFnqmd

Loading…
Cancel
Save