We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bb7cb commit 8a3f988Copy full SHA for 8a3f988
Installation.md
@@ -24,5 +24,5 @@ $ [sudo] make install
24
One-liner:
25
26
```bash
27
-curl -s https://raw.githubusercontent.com/tj/git-extras/master/install.sh | [sudo] bash /dev/stdin
+curl -sSL http://git.io/git-extras-setup | sudo bash /dev/stdin
28
```
0 commit comments