mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-02 21:51:57 -04:00
Fix DIscord Server link
This commit is contained in:
parent
cbf36f8b4f
commit
1651916441
1 changed files with 14 additions and 2 deletions
16
README.md
16
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.<br><br></br>
|
||||
|
||||
### Extra included plugins
|
||||
|
||||
<details>
|
||||
<summary>161 additional plugins</summary>
|
||||
|
||||
### 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
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
## 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
|
||||
|
|
Loading…
Add table
Reference in a new issue