1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

Swap " for '

Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
This commit is contained in:
Leonardo Lima 2020-11-11 12:24:33 -03:00 committed by GitHub
parent 006415f888
commit d50609d3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ cmake --build build --target GenerateDocs
### Build and Run Docker image
The project has support to Docker, that allows building and running tests inside a container.
This container builds all targets, so you can run any of them passing a command after "sh -c".
This container builds all targets, so you can run any of them passing a command after `sh -c`.
```bash
docker build . -t modern-cpp-starter