From 3ffa38cf986f62d66a6df9d4a6751f7b5a849649 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 11 May 2022 23:39:37 +0200 Subject: [PATCH] Update guide --- docs/guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide.md b/docs/guide.md index 9bfb949..d90a5f9 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -228,6 +228,8 @@ See `ghcup compile ghc --help` for further information. ## Isolated installs +**Before using isolated installs, make sure to have at least GHCup version 0.1.17.8!** + Ghcup also enables you to install a tool (GHC, Cabal, HLS, Stack) at an isolated location of your choosing. These installs, as the name suggests, are separate from your main installs and DO NOT conflict with them.