Skip to content

Commit

Permalink
Simplify setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasread committed Dec 4, 2024
1 parent 90ed806 commit ede3705
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ede3705

Please sign in to comment.