Make installation instructions more copy-paste friendly

This way you can double click, CTRL+C, CTRL+V
pull/181/head
Mikko Ohtamaa 3 years ago committed by GitHub
parent 032d2582e9
commit 3aeb026b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

@ -39,8 +39,12 @@ curl -fsSL https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawins
### Simple installation
1. Run `git clone https://github.com/curusarn/resh.git && cd resh`
2. Run `scripts/rawinstall.sh`
Run
```shell
git clone https://github.com/curusarn/resh.git
cd resh && scripts/rawinstall.sh
```
### Update

Loading…
Cancel
Save