fix simplest install method in readme

if you do `curl URL | bash` you can't use `read` in the script
pull/8/head
Simon Let 7 years ago
parent 480547f5e9
commit 568f7c91a7
  1. 2
      README.md

@ -24,7 +24,7 @@ The idea is to provide following:
## Installation ## Installation
### Simplest ### Simplest
Just run `curl https://raw.githubusercontent.com/curusarn/resh/master/rawinstall.sh | bash` from anywhere. Just run `bash -c "$(wget -O - https://raw.githubusercontent.com/curusarn/resh/master/rawinstall.sh)"` from anywhere.
### 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`

Loading…
Cancel
Save