From 0b2994694cd65b077477101fa551c6cd721b230c Mon Sep 17 00:00:00 2001 From: folkforms Date: Tue, 4 Jun 2024 13:25:08 +0100 Subject: [PATCH] Fix instructions --- cookbook/src/pages/setup.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/src/pages/setup.mdx b/cookbook/src/pages/setup.mdx index d8175af..2cf1399 100644 --- a/cookbook/src/pages/setup.mdx +++ b/cookbook/src/pages/setup.mdx @@ -3,9 +3,9 @@ title: Setting up your development environment description: Setting up your development environment --- -1. Download and install Node.js from [https://nodejs.org](https://nodejs.org). The installation includes the npm (Node package manager), which you can use to install your Node packages. -2. Download and install your IDE. Microsoft Visual Studio Code [https://code.visualstudio.com/download](https://code.visualstudio.com/download) is the recommended IDE. Install any needed extensions, such as ESLint or Prettier. -3. Download the `main` branch of the Cúram UI Addon Development Environment code from [https://github.com/merative/spm-ui-addon-devenv](https://github.com/merative/spm-ui-addon-devenv). +1. Download and install Node.js from https://nodejs.org. The installation includes the npm (Node package manager), which you can use to install your Node packages. +2. Download and install your IDE. Microsoft Visual Studio Code (https://code.visualstudio.com/download) is the recommended IDE. +3. Download the appropriate release of the Cúram UI Addon Development Environment from https://github.com/merative/spm-ui-addon-devenv/releases. You can choose one of the following options: