diff --git a/README.md b/README.md index 7f271e3..bd8ff08 100644 --- a/README.md +++ b/README.md @@ -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`.