mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -04:00
Add install instructions!! :3
This commit is contained in:
parent
483bc13a31
commit
704516a668
3 changed files with 57 additions and 0 deletions
|
@ -7,3 +7,10 @@ My own Discord Desktop mod :)
|
|||
- Proper context isolation -> Works in newer Electron versions
|
||||
- Inline patches: Patch Discord's code with regex replacements! See [the experiments plugin](src/plugins/experiments.ts) for an example. While being more complex, this is more powerful than monkey patching since you can patch only small parts of functions instead of fully replacing them, access non exported/local variables and even replace constants (like in the aforementioned experiments patch!)
|
||||
- Custom Css: Manually edit `%appdata%/Vencord/settings/quickCss.css` / `~/.config/Vencord/settings/quickCss.css` with your favourite editor and the client will automatically apply your changes
|
||||
|
||||
## Installing
|
||||
|
||||
```sh
|
||||
pnpm install
|
||||
./install.sh
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue