summarylogtreecommitdiffstats
path: root/ghcup-hs-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'ghcup-hs-bin.install')
-rw-r--r--ghcup-hs-bin.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghcup-hs-bin.install b/ghcup-hs-bin.install
index d786cf72a0eb..930f8c72a75f 100644
--- a/ghcup-hs-bin.install
+++ b/ghcup-hs-bin.install
@@ -1,5 +1,6 @@
post_install() {
echo
- echo 'NOTE: ghcup requires ~/.ghcup/bin to be in your PATH'
+ echo 'NOTE: ghcup requires $GHCUP_INSTALL_BASE_PREFIX/.ghcup/bin to be in your PATH'
+ echo 'NOTE: By default, $GHCUP_INSTALL_BASE_PREFIX == $HOME'
echo
}