Skip to content

Commit b857b0b

Browse files
authored
Pipe install script directly to sh
Similar to flyctl installation instructions: https://fly.io/docs/hands-on/install-flyctl/#linux
1 parent ea93cb5 commit b857b0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/install.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ 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 &&
128+
curl -L https://aka.ms/gcm/linux-install-source.sh | sh
130129
git-credential-manager-core configure
131130
```
132131

0 commit comments

Comments
 (0)