people are lazy, give them copypasta instructions...

This commit is contained in:
Sam Halliday 2018-10-15 10:11:12 +01:00
parent fafb9bbf9d
commit 1f32be4922
1 changed files with 7 additions and 1 deletions

View File

@ -37,9 +37,15 @@ Inspired by [rustup](https://github.com/rust-lang-nursery/rustup.rs).
## Installation
Just place the `ghcup` shell script into your PATH anywhere
Just place the `ghcup` shell script into your `PATH` anywhere
(preferably `~/.local/bin`).
```
mkdir -p ~/.local/bin/ghcup
curl https://raw.githubusercontent.com/hasufell/ghcup/master/ghcup > ~/.local/bin/ghcup
chmod +x ~/.local/bin/ghcup
```
## Usage
See `ghcup --help`.