Skip to content

Commit

Permalink
Update the tracing README file to reflect the prefix, not the full path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Sep 21, 2023
1 parent 728e725 commit 9ea185a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ directory.
```
sudo make install
```
Will install the tracing executables to `/usr/local/bin` to install them to a different location, use the `INSTALL_PREFIX` flag, e.g.
Will install the tracing executables to the `bin` directory under `/usr/local/`. To install them to a different location, use the `INSTALL_PREFIX` flag, e.g.

```
make install INSTALL_PREFIX=~/.local/bin
make install INSTALL_PREFIX=~/.local/
```
which will install the executables under `~/.local/bin/`.

0 comments on commit 9ea185a

Please sign in to comment.