From 0a66f35548071b0c5770643ccc64e161f24dff5b Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:43:48 +1000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index cf34518a..40de5be3 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,28 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA ``` npm install ``` +OR +``` +pnpm install +``` +OR +``` +yarn install +``` 3. Run the dev script (it updates as you save files) ``` npm run dev ``` +OR +``` +pnpm dev +``` +OR +``` +yarn dev +``` ## Folder Structure