Skip to content

Commit

Permalink
Improve tutorial.md with link to two-file setup instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored and horenmar committed Feb 19, 2024
1 parent 562f310 commit 031a163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ideally you should be using Catch2 through its [CMake integration](cmake-integra
Catch2 also provides pkg-config files and two file (header + cpp)
distribution, but this documentation will assume you are using CMake. If
you are using the two file distribution instead, remember to replace
the included header with `catch_amalgamated.hpp`.
the included header with `catch_amalgamated.hpp` ([step by step instructions](migrate-v2-to-v3.md#how-to-migrate-projects-from-v2-to-v3)).


## Writing tests
Expand Down

0 comments on commit 031a163

Please sign in to comment.