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