Skip to content
Snippets Groups Projects
Unverified Commit 89e30cac authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Tweak README

parent 64e9d262
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,13 @@ Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [p ...@@ -15,10 +15,13 @@ Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [p
* [Usage](#usage) * [Usage](#usage)
* [Design goals](#design-goals) * [Design goals](#design-goals)
* [How](#how) * [How](#how)
* [Known users](#known-users)
* [Known problems](#known-problems) * [Known problems](#known-problems)
## Installation ## Installation
Choose one of the following installation methods.
### Simple bootstrap of ghcup, GHC and cabal-install ### Simple bootstrap of ghcup, GHC and cabal-install
```sh ```sh
...@@ -51,6 +54,9 @@ Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) lik ...@@ -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" 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 ## Usage
See `ghcup --help`. See `ghcup --help`.
...@@ -99,6 +105,10 @@ Alternatively, you can also tell it to compile from source (note that this might ...@@ -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`. In addition this script can also install `cabal-install`.
## Known users
* [vabal](https://github.com/Franciman/vabal)
## Known problems ## Known problems
### Limited distributions supported ### Limited distributions supported
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment