Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .githooks/readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ target_link_libraries(${PROJECT_NAME} PUBLIC libcoro)

```

##### Conan
libcoro is available via the [Conan](https://conan.io/center/libcoro) package manager.
##### Package managers
libcoro is available via package managers [Conan](https://conan.io/center/libcoro) and [vcpkg](https://vcpkg.io/).

#### Tests
The tests will automatically be run by github actions on creating a pull request. They can also be ran locally:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@ target_link_libraries(${PROJECT_NAME} PUBLIC libcoro)

```

##### Conan
libcoro is available via the [Conan](https://conan.io/center/libcoro) package manager.
##### Package managers
libcoro is available via package managers [Conan](https://conan.io/center/libcoro) and [vcpkg](https://vcpkg.io/).

#### Tests
The tests will automatically be run by github actions on creating a pull request. They can also be ran locally:
Expand Down