diff --git a/README.md b/README.md new file mode 100644 index 0000000..fab1247 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# userplugins + +a collection of userplugins i made for vencord + +## how to use + +follow [vencord's guide on installing custom plugins](https://docs.vencord.dev/installing/custom-plugins/). to get the src/plugins folder, just clone this repository into `src/userplugins`. + +```sh +git clone https://github.com/Vendicated/Vencord # clone vencord +cd Vencord +git clone https://git.slonk.ing/slonk/userplugins src/userplugins # clone this repository +pnpm build # build vencord +pnpm inject # ..and install +```