From 6689312ac56b7486279c3e41e32dec1236b14a03 Mon Sep 17 00:00:00 2001 From: "Rune K. Svendsen" Date: Fri, 15 Dec 2023 16:49:55 +0100 Subject: [PATCH] docs: remove "TUI not supported on Windows" TUI works on Windows since v0.1.20.0 (cf. https://github.com/haskell/ghcup-hs/pull/912) --- docs/guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index e230ac0..3c0bb6d 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -4,7 +4,7 @@ This is a more in-depth guide specific to GHCup. `ghcup --help` is your friend. ## Basic usage -For the simple, interactive, text-based user interface (TUI) (not available on windows), run: +For the simple, interactive, text-based user interface (TUI), run: ```sh ghcup tui @@ -67,8 +67,7 @@ and make sure your bashrc sources the startup script `ghcup` is very portable. There are a few exceptions though: -1. `ghcup tui` is only available on non-windows platforms -2. legacy subcommands `ghcup install` (without a tool identifier) and `ghcup install-cabal` may be removed in the future +1. legacy subcommands `ghcup install` (without a tool identifier) and `ghcup install-cabal` may be removed in the future # Configuration