diff options
author | Ven <vendicated@riseup.net> | 2022-10-04 00:57:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 00:57:49 +0200 |
commit | 0a2c637c61e0d954c10de73e095742cff9760736 (patch) | |
tree | ebbc081a305ebcb0120b4002c1367589e49011c9 /README.md | |
parent | cc257533148419b1c94a1cd257e756d2688a403c (diff) | |
download | Vencord-0a2c637c61e0d954c10de73e095742cff9760736.tar.gz Vencord-0a2c637c61e0d954c10de73e095742cff9760736.tar.bz2 Vencord-0a2c637c61e0d954c10de73e095742cff9760736.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,7 @@ A Discord client mod that does things differently ## Features - Works on Discord's latest update that breaks all other mods +- Browser Support (experimental): Run Vencord in your Browser instead of the desktop app - Custom Css and Themes: Manually edit `%appdata%/Vencord/settings/quickCss.css` / `~/.config/Vencord/settings/quickCss.css` with your favourite editor and the client will automatically apply your changes. To import BetterDiscord themes, just add `@import url(theUrl)` on the top of this file. (Make sure the url is a github raw URL or similar and only contains plain text, and NOT a nice looking website) - Many Usefulâ„¢ plugins - [List](https://github.com/Vendicated/Vencord/tree/main/src/plugins) - Experiments @@ -43,6 +44,15 @@ If you ever need to get back to the Vencord folder, just open a new terminal and All plugins are disabled by default, so your first step should be opening Settings and enabling the plugins you want. + +## Installing on Browser + +Run the same commands as in the regular install method. Now run +```sh +pnpm buildWeb +``` +You will find the built extension at dist/extension.zip. Now just install this extension in your Browser + ## Contributing [contribute]: CONTRIBUTING.md |