Skip to content

Commit

Permalink
Merge pull request #367 from reliforp/fix-directory
Browse files Browse the repository at this point in the history
Fix the directory in the Installation section of the README
  • Loading branch information
sj-i committed Nov 27, 2023
2 parents 278c3f6 + 350bcc7 commit fc94521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ On targeting ZTS, the target process must load libpthread.so, and also you must
### From Composer
```bash
composer create-project reliforp/reli-prof
cd reli
cd reli-prof
./reli
```

### From Git
```bash
git clone git@github.com:reliforp/reli-prof.git
cd reli
cd reli-prof
composer install
./reli
```
Expand Down

0 comments on commit fc94521

Please sign in to comment.