From 4cfbb4e97eea4a2d6f4a3dd8ad9558e63bc6c7d0 Mon Sep 17 00:00:00 2001 From: Berserk <60032845+Lehmaning@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:12:25 +0800 Subject: [PATCH] ghcup: Fix command tip (#5784) Co-authored-by: Hsiao-nan Cheung --- bucket/ghcup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/ghcup.json b/bucket/ghcup.json index a2d2f71de3..04199497e2 100644 --- a/bucket/ghcup.json +++ b/bucket/ghcup.json @@ -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: <>\"` to reset `cabal` binary destination path.", "For `stack`, use `ghcup install stack latest && ghcup set stack`.",