Skip to content

Commit

Permalink
Add command to revert to using default channel, and simplify command …
Browse files Browse the repository at this point in the history
…for vanilla
  • Loading branch information
dfordivam committed Dec 27, 2024
1 parent 9fa8514 commit 930da8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib-opt/GHCup/OptParse/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ configSetFooter = [s|Examples:
ghcup config set downloader Wget

# set vanilla channel as default
ghcup config set '{url-source: vanilla}'
ghcup config set url-source vanilla

# use the default GHCup channel
ghcup config set url-source GHCupURL

# set mirror for ghcup metadata
ghcup config set '{url-source: { OwnSource: "<url>"}}'|]
Expand Down

0 comments on commit 930da8d

Please sign in to comment.