Skip to content

Commit

Permalink
chore(docs): Add installation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 6, 2023
1 parent de2c58b commit f663ecd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ cd cpp
./bootstrap.sh
```

### Installing

After the project has been built, such as with `./bootstrap.sh`, you can install the library on your system:

```sh
cmake --install build
```

### Formatting

Code is formatted using `clang-format` and the `./cpp/format.sh` script which is called via a git pre-commit hook.
Expand Down

0 comments on commit f663ecd

Please sign in to comment.