aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormegumin <megumin.bakaretsurie@gmail.com>2022-10-17 22:46:52 +0100
committerGitHub <noreply@github.com>2022-10-17 23:46:52 +0200
commit9d6021f0b985ca09fded65af87166c1f7a70141a (patch)
treefe6245f03a335007e92cadc58268a827ac4c5933 /README.md
parent5a18292d929e35a2d848ff4e1472229d36cd0745 (diff)
downloadVencord-9d6021f0b985ca09fded65af87166c1f7a70141a.tar.gz
Vencord-9d6021f0b985ca09fded65af87166c1f7a70141a.tar.bz2
Vencord-9d6021f0b985ca09fded65af87166c1f7a70141a.zip
feat: gitignored src/userplugins directory (#112)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43db4c8..976f20c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,14 @@ pnpm buildWeb
You will find the built extension at dist/extension.zip. Now just install this extension in your Browser
+## Installing Plugins
+
+Vencord comes with a bunch of plugins out of the box!
+However, if you want to install your own ones, create a `userplugins` folder in the `src` directory and create or clone your plugins in there.
+Don't forget to rebuild!
+
+Want to learn how to create your own plugin, and maybe PR it into Vencord? See the [Contributing](#contributing) section below!
+
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) and [Megu's Plugin Guide!](docs/2_PLUGINS.md)