Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kozarec authored Mar 24, 2024
1 parent 9bca4d7 commit 32864a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Follow these steps to build the libio library:
cmake --build .
```

5. Install the library:

```bash
cmake --build . --target install
```

## Usage

To use the libio library in your C++ project, using cmake:
Expand Down Expand Up @@ -116,6 +122,6 @@ int main(int argc, char ** argv)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
This project is licensed under the Apache License. See the [LICENSE](LICENSE) file for details.
---

0 comments on commit 32864a1

Please sign in to comment.