@@ -125,9 +125,8 @@ to install it.
125
125
Download and run the script:
126
126
127
127
``` 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
131
130
```
132
131
133
132
** 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
206
205
distribution] [ dotnet-supported-distributions ] . You
207
206
can also use this method on macOS if you so choose.
208
207
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 ` .
212
212
213
213
#### Install
214
214
@@ -230,6 +230,7 @@ git-credential-manager unconfigure
230
230
dotnet tool uninstall -g git-credential-manager
231
231
```
232
232
233
+ [ dotnet-install ] : https://learn.microsoft.com/en-us/dotnet/core/install/linux#packages
233
234
[ dotnet-supported-distributions ] : https://learn.microsoft.com/en-us/dotnet/core/install/linux
234
235
[ dotnet-tool ] : https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
235
236
[ gcm-credstores ] : credstores.md
0 commit comments