diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aee3a59c4c7..2225351b9d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,9 @@ We are very happy to accept community contributions to Bicep, whether those are ## Getting Started -* If you haven't already, you will need [dotnet](https://dotnet.microsoft.com/download) core sdk 7.0.100 and [node + npm](https://nodejs.org/en/download/) 10 (or later) installed locally to build and run this project. +* If you haven't already, you will need .NET SDK and node installed locally to build and run this project. + * Install the [.NET SDK](https://dotnet.microsoft.com/download) that matches the version in [global.json](./global.json) + * Install [node](https://nodejs.org/en/download/) 20 or later. * You are free to work on Bicep on any platform using any editor, but you may find it quickest to get started using [VSCode](https://code.visualstudio.com/Download) with the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp). * Fork this repo (see [this forking guide](https://guides.github.com/activities/forking/) for more information). * Checkout the repo locally with `git clone git@github.com:{your_username}/bicep.git`.