ghcup: Fix command tip (#5784)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Berserk 2024-07-23 18:12:25 +08:00 committed by GitHub
parent cc66449fd9
commit 4cfbb4e97e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"homepage": "https://www.haskell.org/ghcup",
"license": "LGPL-v3",
"notes": [
"For `ghc`, use `ghcup install --set recommend ghc`.",
"For `ghc`, use `ghcup install ghc`.",
"For `cabal`, use `ghcup install cabal latest && ghcup set cabal`.",
"* Use `cabal user-config update --augment \"installdir: <<BIN_PATH>>\"` to reset `cabal` binary destination path.",
"For `stack`, use `ghcup install stack latest && ghcup set stack`.",