Skip to content

Commit b92ae39

Browse files
authored
Update README.md
1 parent 7125b97 commit b92ae39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library is header-only, written in portable C++ 17. MSVC is supported, but
77

88
There are comprehensive examples in the Catch2 based tests, here's a simple way to build them:
99

10-
1. Do not forget to initialize at lest the Catch2 submodule (`git submodule update --init --recursive`)
10+
1. Do not forget to initialize at least the Catch2 submodule (`git submodule update --init --recursive`)
1111
2. Create a build directory (we suggest ~/builds)
1212
3. Create a sub-dir of that directory per branch to build in (this maintains build isolation and avoids polluting your checked out repository)
1313
4. Execute `cmake -g "Unix Makefiles" ~/<path to repository root of your checkout>/test` to generate makefiles.

0 commit comments

Comments
 (0)