update readme yet again

This commit is contained in:
slonkazoid 2024-12-15 19:48:18 +03:00
parent 35b53f7177
commit 4e3137433c
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -14,5 +14,6 @@ git clone https://git.slonk.ing/slonk/userplugins # clone this repository
cd Vencord
mkdir -p src/userplugins # create src/userplugins if it doesn't exist
cp -r ../userplugins/*/ src/userplugins # copy all plugins
pnpm i # install dependencies
pnpm build && pnpm inject # build and install vencord
```