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:
parent
006415f888
commit
d50609d3cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue