Improve README.md

This commit is contained in:
Julian Ospald 2018-10-16 00:22:37 +08:00
parent 256d81eb13
commit da8d4ec0f4
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 8 additions and 1 deletions

View File

@ -41,12 +41,19 @@ Just place the `ghcup` shell script into your `PATH` anywhere.
E.g.:
```
```sh
mkdir -p ~/.local/bin
curl https://raw.githubusercontent.com/hasufell/ghcup/master/ghcup > ~/.local/bin/ghcup
chmod +x ~/.local/bin/ghcup
```
Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) like so, for example:
```sh
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"
```
## Usage
See `ghcup --help`.