Skip to content

Commit bcdf7d3

Browse files
authored
Merge pull request #278 from ursfassler/help-install-dependencies
mention CI scripts for details about dependency installation
2 parents 01d24e8 + 705321d commit bcdf7d3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ If you need to ask a question, don't open a ticket on GitHub! Please post
1313
your question on the Cucumber discussion group instead, prefixing the title
1414
with [CPP].
1515

16-
If you want to contribute code to the project, guidelines are in the
17-
[`CONTRIBUTING.md` file](https://github.com./cucumber/cucumber-cpp/blob/main/CONTRIBUTING.md).
16+
If you want to contribute code to the project, guidelines are in [CONTRIBUTING.md](CONTRIBUTING.md).
1817

1918
It relies on a few executables:
2019

@@ -30,11 +29,11 @@ It relies on a few libraries:
3029
Optional for the GTest driver. By default downloaded and built by CMake.
3130
* [GMock](http://code.google.com/p/googlemock/) 1.6 or later.
3231
Optional for the internal test suite. By default downloaded and built by CMake.
33-
* [nlohmann-json](https://github.com./nlohmann/json) 3.10.5 or later
32+
* [nlohmann-json](https://github.com./nlohmann/json) 3.10.5 or later.
3433
* [Qt 4 or 5](http://qt-project.org/). Optional for the CalcQt example and QtTest driver (only Qt 5).
3534

36-
It might work with earlier versions of the libraries, but it was not
37-
tested with them.
35+
It might work with earlier versions of the libraries, but it was not tested with them.
36+
See the [CI scripts](.github/workflows/run-all.yml) for details about dependency installation.
3837

3938
Cucumber-Cpp uses the wire protocol at the moment, so you will need
4039
Cucumber-Ruby installed and available on the path. It is also needed

0 commit comments

Comments
 (0)