Skip to content

Commit f58b3de

Browse files
authored
Merge branch 'release' into main
2 parents 92145d7 + 6dff24b commit f58b3de

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/install.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ to install it.
125125
Download and run the script:
126126

127127
```shell
128-
curl -LO https://aka.ms/gcm/linux-install-source.sh &&
129-
sh ./linux-install-source.sh &&
130-
git-credential-manager-core configure
128+
curl -L https://aka.ms/gcm/linux-install-source.sh | sh
129+
git-credential-manager configure
131130
```
132131

133132
**Note:** You will be prompted to enter your credentials so that the script
@@ -206,9 +205,10 @@ the preferred install method for Linux because you can use it to install on any
206205
distribution][dotnet-supported-distributions]. You
207206
can also use this method on macOS if you so choose.
208207

209-
**Note:** Make sure you have installed the [latest version of the .NET 6.0
210-
SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) before attempting
211-
to run the 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`.
212212

213213
#### Install
214214

@@ -230,6 +230,7 @@ git-credential-manager unconfigure
230230
dotnet tool uninstall -g git-credential-manager
231231
```
232232

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

0 commit comments

Comments
 (0)