Skip to content

Commit

Permalink
Update install.md to reference NET 8 (#1744)
Browse files Browse the repository at this point in the history
I just tried to run the `dotnet tool install -g git-credential-manager`
command and it failed because I did not have .NET 8 installed. So
updating the docs.
  • Loading branch information
mjcheetham authored Oct 21, 2024
2 parents e73fd95 + c1a43d2 commit bbdd58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ the preferred install method for Linux because you can use it to install on any
distribution][dotnet-supported-distributions]. You
can also use this method on macOS if you so choose.

**Note:** Make sure you have installed [version 7.0 of the .NET
**Note:** Make sure you have installed [version 8.0 of the .NET
SDK][dotnet-install] before attempting to run the following `dotnet tool`
commands. After installing, you will also need to follow the output instructions
to add the tools directory to your `PATH`.
Expand Down

0 comments on commit bbdd58e

Please sign in to comment.