fix a typo

This commit is contained in:
Sam Halliday 2018-10-15 15:24:14 +01:00
parent a7c8f9da7c
commit 2082ae96a1
1 changed files with 1 additions and 1 deletions

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
```