Skip to content

Commit

Permalink
Add an example of using channel alias with 'ghcup install ghc'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordivam committed Dec 27, 2024
1 parent 13def98 commit a68ba98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib-opt/GHCup/OptParse/Install.hs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ Examples:
# install GHC 8.10.2
ghcup install ghc 8.10.2

# install GHC 8.10.2 from vanilla channel
ghcup -s vanilla install ghc 8.10.2

# install GHC head fedora bindist
ghcup install ghc -u 'https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release' head|]

Expand Down

0 comments on commit a68ba98

Please sign in to comment.