Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcheetham committed May 2, 2023
2 parents 92145d7 + 6dff24b commit f58b3de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ to install it.
Download and run the script:

```shell
curl -LO https://aka.ms/gcm/linux-install-source.sh &&
sh ./linux-install-source.sh &&
git-credential-manager-core configure
curl -L https://aka.ms/gcm/linux-install-source.sh | sh
git-credential-manager configure
```

**Note:** You will be prompted to enter your credentials so that the script
Expand Down Expand Up @@ -206,9 +205,10 @@ 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 the [latest version of the .NET 6.0
SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) before attempting
to run the following `dotnet tool` commands.
**Note:** Make sure you have installed [version 6.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`.

#### Install

Expand All @@ -230,6 +230,7 @@ git-credential-manager unconfigure
dotnet tool uninstall -g git-credential-manager
```

[dotnet-install]: https://learn.microsoft.com/en-us/dotnet/core/install/linux#packages
[dotnet-supported-distributions]: https://learn.microsoft.com/en-us/dotnet/core/install/linux
[dotnet-tool]: https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
[gcm-credstores]: credstores.md
Expand Down

0 comments on commit f58b3de

Please sign in to comment.