From 6d13fb8b09e8c3e1cb993466fba7d107bb2c7460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sune=20Kj=C3=A6rg=C3=A5rd?= <4482470+SuneKjaergaard@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:17:22 +0200 Subject: [PATCH] Update README.md Added link to installation instructions for pnpm --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 602af26..92b77c1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ To complete this assignment on your machine you need the following installed: ## Get started :rocket: 1. Fork this repository and clone it to your local machine -2. Run `pnpm install` to install dependencies -3. Run `pnpm start` to run the React Development server -4. Open the application in you browser `localhost:xxxx` and follow the instructions -5. Profit?! +2. Install [pnpm](https://pnpm.io/installation) if you don't have it already +3. Run `pnpm install` to install dependencies +4. Run `pnpm start` to run the React Development server +5. Open the application in you browser `localhost:xxxx` and follow the instructions +6. Profit?!