Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 22, 2023
1 parent c8510af commit 3c28c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int main()
mkdir externals
cd externals
git submodule add https://github.com/cieslarmichal/faker-cxx.git
echo add_subdirectory(faker-cxx) > CMakeLists.txt
echo "add_subdirectory(faker-cxx)" > CMakeLists.txt
```
2. Link with library:
```cmake
Expand Down

0 comments on commit 3c28c8a

Please sign in to comment.