Skip to content

Commit 24b4959

Browse files
committed
docs: update configure command for install from source
The current install from source instructions are out of date - they still recommend using `git-credential-manager-core configure` rather than `git-credential-manager configure`. Update the documentation to instruct users to run the correct command.
1 parent f99d745 commit 24b4959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Download and run the script:
126126

127127
```shell
128128
curl -L https://aka.ms/gcm/linux-install-source.sh | sh
129-
git-credential-manager-core configure
129+
git-credential-manager configure
130130
```
131131

132132
**Note:** You will be prompted to enter your credentials so that the script

0 commit comments

Comments
 (0)