diff --git a/README.md b/README.md index 4e82d263c..0bcc11a63 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ int main() mkdir externals cd externals git submodule add https://github.com/cieslarmichal/faker-cxx.git -echo "add_subdirectory(faker-cxx)" > CMakeLists.txt ``` 2. Link with library: ```cmake