people are lazy, give them copypasta instructions...
This commit is contained in:
parent
fafb9bbf9d
commit
1f32be4922
@ -37,9 +37,15 @@ Inspired by [rustup](https://github.com/rust-lang-nursery/rustup.rs).
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Just place the `ghcup` shell script into your PATH anywhere
|
Just place the `ghcup` shell script into your `PATH` anywhere
|
||||||
(preferably `~/.local/bin`).
|
(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
|
## Usage
|
||||||
|
|
||||||
See `ghcup --help`.
|
See `ghcup --help`.
|
||||||
|
Loading…
Reference in New Issue
Block a user