summaryrefslogtreecommitdiff
path: root/Dockerfile/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile/README.md')
-rw-r--r--Dockerfile/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile/README.md b/Dockerfile/README.md
index e901664..ff6d45b 100644
--- a/Dockerfile/README.md
+++ b/Dockerfile/README.md
@@ -13,7 +13,7 @@ Run test:
docker run --init --rm mscp-DST:VER /mscp/scripts/test-in-container.sh
```
-`cmake` provides custom targets to build and test mscp in the
-containers. See `make docker-*` targets. `make docker-build-all`
-builds all container images and `make docker-test-all` runs the test
+Custom targets to build and test mscp in the containers are provided
+via `cmake`. See `make docker-*` targets. `make docker-build-all`
+builds all container images, and `make docker-test-all` runs the test
in all container images. \ No newline at end of file