From 7eea45c5c78ac406392345d101c6b3a385335b4c Mon Sep 17 00:00:00 2001 From: Toshit <45221816+r58Playz@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:18:13 -0700 Subject: [PATCH] scram --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8da3f3..cc751d5 100644 --- a/README.md +++ b/README.md @@ -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