Skip to content
Snippets Groups Projects

Fix $PATH ordering in README

Closed Eliza Zhang requested to merge liftM/ghcup:doc/path-ordering into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,7 +50,7 @@ E.g.:
@@ -50,7 +50,7 @@ E.g.:
Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) like so, for example:
Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) like so, for example:
```sh
```sh
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
export PATH="$HOME/.ghcup/bin:$HOME/.cabal/bin:$PATH"
```
```
Security aware users may want to use the files from the [release page](https://gitlab.haskell.org/haskell/ghcup/tags/)
Security aware users may want to use the files from the [release page](https://gitlab.haskell.org/haskell/ghcup/tags/)
Loading