improve readme

pull/58/head v2.3.3
Simon Let 6 years ago
parent 52b50c7891
commit 2123c9fbb2
  1. 20
      README.md

@ -40,23 +40,23 @@ If you install RESH, please give me some contact info using this form: https://f
## Prereqisities
- `git`
- `golang` >1.6 (preferably >1.11)
- `curl`
- `bash`
## Installation
### Simplest
Run this command.
```
bash -c "$(wget -qO - https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawinstall.sh)"
```sh
curl -s https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawinstall.sh | bash
```
### Simple
1. Run `git clone https://github.com/curusarn/resh.git && cd resh`
2. Run `make autoinstall` for assisted build & instalation.
- OR Run `make install` if you know how to build Golang projects.
2. Run `scripts/rawinstall.sh`
If you install RESH, please give me some contact info using this form: https://forms.gle/227SoyJ5c2iteKt98
@ -64,13 +64,7 @@ If you install RESH, please give me some contact info using this form: https://f
Works in `bash` and `zsh`.
Tested on:
- Arch
- Manjaro
- MacOS
- Ubuntu (18.04)
- really old Ubuntu (16.04)
Works on Linux and macOS.
## Examples

Loading…
Cancel
Save