diff --git a/README.md b/README.md
index 60489d73..1dfe5da0 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,19 @@
[](https://github.com/Equicord/Equibop)
[](https://github.com/Equicord/Equicord/actions/workflows/test.yml)
-[](https://discord.gg/5Xh2W87egW)
+[](https://discord.gg/5Xh2W87egW)
Equicord is a fork of [Vencord](https://github.com/Vendicated/Vencord), with over 300+ plugins.
You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, changes, chat or even support.
### Extra included plugins
+
161 additional plugins
### All Platforms
+
- AllCallTimers by MaxHerbold & D3SOX
- AltKrispSwitch by newwares
- AlwaysExpandProfile by thororen
@@ -170,43 +172,52 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
- YoutubeDescription by arHSM
### Web Only
+
- None At This Time
### Vesktop & Equibop Only
+
- ScreenRecorder by AutumnVN
### Discord Desktop Only
+
- MediaDownloader by Colorman
- StatusWhilePlaying by thororen
### Equicord Devbuilds Only
+
- FurudoSpeak by example-git
- Shakespearean by vmohammad
- VoiceChannelLog by Sqaaakoi & maintained by thororen
-
## Installing / Uninstalling
Windows
+
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.exe)
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli.exe)
MacOS
+
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.MacOS.zip)
Linux
+
- [GUI-X11](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-x11)
- [GUI-Wayland](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-wayland)
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli-Linux)
- [AUR](https://aur.archlinux.org/packages?O=0&K=equicord)
+
```shell
sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads/main/misc/install.sh)"
```
+
## Installing Equicord Devbuild
### Dependencies
+
[Git](https://git-scm.com/download) and [Node.JS LTS](https://nodejs.dev/en/) are required.
Install `pnpm`:
@@ -237,6 +248,7 @@ Build Equicord:
```shell
pnpm build
```
+
Inject Equicord into your client:
```shell