Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit da8d4ec

Browse files
committed
Improve README.md
1 parent 256d81e commit da8d4ec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,19 @@ Just place the `ghcup` shell script into your `PATH` anywhere.
4141

4242
E.g.:
4343

44-
```
44+
```sh
4545
mkdir -p ~/.local/bin
4646
curl https://raw.githubusercontent.com/hasufell/ghcup/master/ghcup > ~/.local/bin/ghcup
4747
chmod +x ~/.local/bin/ghcup
4848
```
4949

50+
Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) like so, for example:
51+
52+
```sh
53+
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"
54+
```
55+
56+
5057
## Usage
5158

5259
See `ghcup --help`.

0 commit comments

Comments
 (0)