mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -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/Equibop)
|
||||||
[](https://github.com/Equicord/Equicord/actions/workflows/test.yml)
|
[](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.
|
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>
|
You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, changes, chat or even support.<br><br></br>
|
||||||
|
|
||||||
### Extra included plugins
|
### Extra included plugins
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>161 additional plugins</summary>
|
<summary>161 additional plugins</summary>
|
||||||
|
|
||||||
### All Platforms
|
### All Platforms
|
||||||
|
|
||||||
- AllCallTimers by MaxHerbold & D3SOX
|
- AllCallTimers by MaxHerbold & D3SOX
|
||||||
- AltKrispSwitch by newwares
|
- AltKrispSwitch by newwares
|
||||||
- AlwaysExpandProfile by thororen
|
- AlwaysExpandProfile by thororen
|
||||||
|
@ -170,43 +172,52 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
- YoutubeDescription by arHSM
|
- YoutubeDescription by arHSM
|
||||||
|
|
||||||
### Web Only
|
### Web Only
|
||||||
|
|
||||||
- None At This Time
|
- None At This Time
|
||||||
|
|
||||||
### Vesktop & Equibop Only
|
### Vesktop & Equibop Only
|
||||||
|
|
||||||
- ScreenRecorder by AutumnVN
|
- ScreenRecorder by AutumnVN
|
||||||
|
|
||||||
### Discord Desktop Only
|
### Discord Desktop Only
|
||||||
|
|
||||||
- MediaDownloader by Colorman
|
- MediaDownloader by Colorman
|
||||||
- StatusWhilePlaying by thororen
|
- StatusWhilePlaying by thororen
|
||||||
|
|
||||||
### Equicord Devbuilds Only
|
### Equicord Devbuilds Only
|
||||||
|
|
||||||
- FurudoSpeak by example-git
|
- FurudoSpeak by example-git
|
||||||
- Shakespearean by vmohammad
|
- Shakespearean by vmohammad
|
||||||
- VoiceChannelLog by Sqaaakoi & maintained by thororen
|
- VoiceChannelLog by Sqaaakoi & maintained by thororen
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
## Installing / Uninstalling
|
## Installing / Uninstalling
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
|
||||||
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.exe)
|
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.exe)
|
||||||
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli.exe)
|
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli.exe)
|
||||||
|
|
||||||
MacOS
|
MacOS
|
||||||
|
|
||||||
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.MacOS.zip)
|
- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.MacOS.zip)
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
- [GUI-X11](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-x11)
|
- [GUI-X11](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-x11)
|
||||||
- [GUI-Wayland](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-wayland)
|
- [GUI-Wayland](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-wayland)
|
||||||
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli-Linux)
|
- [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli-Linux)
|
||||||
- [AUR](https://aur.archlinux.org/packages?O=0&K=equicord)
|
- [AUR](https://aur.archlinux.org/packages?O=0&K=equicord)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads/main/misc/install.sh)"
|
sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads/main/misc/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing Equicord Devbuild
|
## Installing Equicord Devbuild
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
[Git](https://git-scm.com/download) and [Node.JS LTS](https://nodejs.dev/en/) are required.
|
[Git](https://git-scm.com/download) and [Node.JS LTS](https://nodejs.dev/en/) are required.
|
||||||
|
|
||||||
Install `pnpm`:
|
Install `pnpm`:
|
||||||
|
@ -237,6 +248,7 @@ Build Equicord:
|
||||||
```shell
|
```shell
|
||||||
pnpm build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|
||||||
Inject Equicord into your client:
|
Inject Equicord into your client:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue