This commit is contained in:
Toshit 2024-10-28 18:18:13 -07:00 committed by GitHub
parent bc7b3fcf9d
commit 7eea45c5c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,9 +35,9 @@ Some of the popular websites that Scramjet supports include:
#### Building
- Clone the repository with `git clone --recursive https://github.com/MercuryWorkshop/scramjet`
- Then, install the dependencies with `pnpm i`
- After, build the rewriter with `pnpm rewriter:build`
- Finally, build Scramjet with `pnpm build`
- Install the dependencies with `pnpm i`
- Build the rewriter with `pnpm rewriter:build`
- Build Scramjet with `pnpm build`
### Running Scramjet Locally