Merge remote-tracking branch 'origin/pr/13'

This commit is contained in:
Julian Ospald 2018-10-15 22:27:59 +08:00
commit fbed519262
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -42,7 +42,7 @@ Just place the `ghcup` shell script into your `PATH` anywhere.
E.g.:
```
mkdir -p ~/.local/bin/ghcup
mkdir -p ~/.local/bin
curl https://raw.githubusercontent.com/hasufell/ghcup/master/ghcup > ~/.local/bin/ghcup
chmod +x ~/.local/bin/ghcup
```