Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Jan 26, 2024
1 parent ddd8bdf commit 0362b43
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 @@ -134,7 +134,7 @@ $
This implementation is header only. Apart from standard C++20 includes there are no external dependencies needed in your application.
[Catch2](https://github.com/catchorg/Catch2.git) is used for the built-in unit tests.

# 1. Obtaining the source, building the examples
## 1. Obtaining the source, building the examples
To clone and default build all the examples, including the unit tests.
```bash
git clone [email protected]:fix8mt/uri.git
Expand All @@ -145,7 +145,7 @@ cmake ..
make -j4
make test (or ctest)
```
# 2. Using in your application
## 2. Using in your application
In `CMakeLists.txt` set your include path to:
```cmake
include_directories([uri directory]/include)
Expand Down

0 comments on commit 0362b43

Please sign in to comment.