Tweak README

This commit is contained in:
Julian Ospald 2019-01-07 16:03:59 +08:00
parent 64e9d26270
commit 89e30cac5d
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 10 additions and 0 deletions

View File

@ -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