Skip to content

Commit

Permalink
Merge pull request #181 from miohtama/patch-2
Browse files Browse the repository at this point in the history
Make installation instructions more copy-paste friendly
  • Loading branch information
curusarn authored Dec 23, 2022
2 parents 032d258 + 3aeb026 commit 7ae8e34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ae8e34

Please sign in to comment.