Improve README.md
This commit is contained in:
parent
256d81eb13
commit
da8d4ec0f4
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user