Tweak README
This commit is contained in:
parent
64e9d26270
commit
89e30cac5d
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user