From 89e30cac5d02aacb07763b629683f24d6c5d6811 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 7 Jan 2019 16:03:59 +0800 Subject: [PATCH] Tweak README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4a88a61..fa0ef08 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [p * [Usage](#usage) * [Design goals](#design-goals) * [How](#how) + * [Known users](#known-users) * [Known problems](#known-problems) ## Installation +Choose one of the following installation methods. + ### Simple bootstrap of ghcup, GHC and cabal-install ```sh @@ -51,6 +54,9 @@ Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) lik export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH" ``` +Security aware users may want to use the files from the [release page](https://github.com/haskell/ghcup/releases) +and verify the gpg signatures. + ## Usage See `ghcup --help`. @@ -99,6 +105,10 @@ Alternatively, you can also tell it to compile from source (note that this might In addition this script can also install `cabal-install`. +## Known users + +* [vabal](https://github.com/Franciman/vabal) + ## Known problems ### Limited distributions supported