Rename script from ghcup.sh to ghcup

This commit is contained in:
2018-09-30 01:17:14 +08:00
parent 40b62f83f3
commit 111a5d8be3
3 changed files with 12 additions and 12 deletions

View File

@@ -32,12 +32,12 @@ Inspired by [rustup](https://github.com/rust-lang-nursery/rustup.rs).
## Installation
Just place `ghcup.sh` into your PATH anywhere
Just place the `ghcup` shell script into your PATH anywhere
(preferably `~/.local/bin`).
## Usage
See `ghcup.sh --help`.
See `ghcup --help`.
## Contributing