mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
Move everything away from pnpm and use bun (#278)
* testing bun migration * e * try no node * test noxos * reporter? * reporter2 * Fix Patches * change readme(s) * make readme simpler * bleh --------- Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
608ffa0764
commit
fbd1d1b551
16 changed files with 184 additions and 5492 deletions
20
README.md
20
README.md
|
@ -240,15 +240,10 @@ sh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads
|
|||
|
||||
### Dependencies
|
||||
|
||||
[Git](https://git-scm.com/download) and [Node.JS LTS](https://nodejs.dev/en/) are required.
|
||||
[Git](https://git-scm.com/download) and [Bun](https://bun.sh/docs/installation) are required.
|
||||
|
||||
Install `pnpm`:
|
||||
|
||||
> :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 pnpm to be in your PATH.
|
||||
|
||||
```shell
|
||||
npm i -g pnpm
|
||||
```
|
||||
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: **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.
|
||||
|
||||
|
@ -260,21 +255,18 @@ cd Equicord
|
|||
```
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```shell
|
||||
pnpm install --no-frozen-lockfile
|
||||
bun install
|
||||
```
|
||||
|
||||
Build Equicord:
|
||||
|
||||
```shell
|
||||
pnpm build
|
||||
bun run build
|
||||
```
|
||||
|
||||
Inject Equicord into your client:
|
||||
|
||||
```shell
|
||||
pnpm inject
|
||||
bun run inject
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue