add readme
This commit is contained in:
parent
cd41d28f66
commit
3a85045859
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue