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

Loading…
Cancel
Save