make readme simpler

This commit is contained in:
creations 2025-06-04 10:59:47 -04:00
parent 6d6c0f0ab2
commit b79c50c9a7
No known key found for this signature in database
GPG key ID: 8F553AA4320FC711

View file

@ -245,16 +245,6 @@ sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads
Install Bun: Install Bun:
> :exclamation: This next command may need to be run as admin/root depending on your system, and you may need to close and reopen your terminal for Bun to be in your PATH. > :exclamation: This next command may need to be run as admin/root depending on your system, and you may need to close and reopen your terminal for Bun to be in your PATH.
**On macOS and Linux:**
```shell
curl -fsSL https://bun.sh/install | bash
```
**On Windows:**
```shell
powershell -c "irm bun.sh/install.ps1 | iex"
```
> :exclamation: **IMPORTANT** Make sure you aren't using an admin/root terminal from here onwards. It **will** mess up your Discord/Equicord instance and you **will** most likely have to reinstall. > :exclamation: **IMPORTANT** Make sure you aren't using an admin/root terminal from here onwards. It **will** mess up your Discord/Equicord instance and you **will** most likely have to reinstall.
Clone Equicord: Clone Equicord: