From 18fdbb373fb5393b0cc85614e9ff3d05b9215532 Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Wed, 6 Nov 2024 16:25:22 +0100 Subject: [PATCH] formatting fix DEVELOPMENT.md --- DEVELOPMENT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 09727e418..cfdbb2f66 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -90,7 +90,7 @@ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh 3. Node -Next, ensure you've got at least Node 20 installed. If you're on Mac OS or Linux and you're missing `node`, you can use your favorite package manager like `brew` or `apt`. +Next, ensure you've got at least Node 20 installed. If you're on Mac OS or Linux and you're missing `node`, you can use your favorite package manager like `brew` or `apt`. Alternatively, you can use the following Node installer from Vercel to get the latest version. @@ -109,7 +109,6 @@ corepack enable pnpm install # This should now ask you to confirm download, install, and use of pnpm ``` - ### Install dependencies Next, install the app dependencies.