Update README.md
This commit is contained in:
parent
cc25753314
commit
0a2c637c61
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -5,6 +5,7 @@ A Discord client mod that does things differently
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Works on Discord's latest update that breaks all other mods
|
- 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)
|
- 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)
|
- Many Useful™ plugins - [List](https://github.com/Vendicated/Vencord/tree/main/src/plugins)
|
||||||
- Experiments
|
- 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.
|
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
|
## Contributing
|
||||||
[contribute]: CONTRIBUTING.md
|
[contribute]: CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue