From ede37056de989bc1846f0edea8bc6dc83aaf1d45 Mon Sep 17 00:00:00 2001 From: Dallas Read Date: Wed, 4 Dec 2024 13:52:27 -0400 Subject: [PATCH] Simplify setup instructions --- CONTRIBUTING.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2963f5..52245a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,15 +13,13 @@ cd dnsimple-csharp ### 2. Install dependencies -- .NET Core SDK +This project includes an ASDF `.tool-versions` file to set up the runtime: - From [https://dotnet.microsoft.com/download/](https://dotnet.microsoft.com/download/) +```shell +asdf install +``` - You can either use to install the .NET Core SDK - - Installers - - Binaries - - [Scripts](https://dotnet.microsoft.com/download/dotnet/scripts) - - Install [Visual Studio](https://visualstudio.microsoft.com/) +Additional dependencies will be installed when [running the test suite](#testing). ### 3. Build and test