Skip to content

Commit 6dff24b

Browse files
committed
docs: add link to dotnet sdk
Add link to the install instructions for the dotnet SDK. Note that, due to installation instructions differing based on the distro and version users are running, the best we are able to do is link to the page that provides further links for users to follow to use their respective package managers to install.
1 parent 24b4959 commit 6dff24b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/install.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,10 @@ the preferred install method for Linux because you can use it to install on any
205205
distribution][dotnet-supported-distributions]. You
206206
can also use this method on macOS or Windows if you so choose.
207207

208-
**Note:** Make sure you have installed the .NET SDK before attempting to run the
209-
following `dotnet tool` commands.
208+
**Note:** Make sure you have installed [version 6.0 of the .NET
209+
SDK][dotnet-install] before attempting to run the following `dotnet tool`
210+
commands. After installing, you will also need to follow the output instructions
211+
to add the tools directory to your `PATH`.
210212

211213
#### Install
212214

@@ -228,6 +230,7 @@ git-credential-manager unconfigure
228230
dotnet tool uninstall -g git-credential-manager
229231
```
230232

233+
[dotnet-install]: https://learn.microsoft.com/en-us/dotnet/core/install/linux#packages
231234
[dotnet-supported-distributions]: https://learn.microsoft.com/en-us/dotnet/core/install/linux
232235
[dotnet-tool]: https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
233236
[gcm-credstores]: credstores.md

0 commit comments

Comments
 (0)