Merge pull request #34 from thinking-tower/master

Updated README.adoc's Docker instructions.
This commit is contained in:
Thom Troy
2019-12-17 16:02:47 +00:00
committed by GitHub

View File

@@ -80,8 +80,9 @@ To build the full set of cmake-examples test cases you can run:
[source,bash]
----
docker run -it matrim/cmake-examples:3.5.1
git clone https://github.com/ttroy50/cmake-examples.git
cd cmake-examples
cd ~
git clone https://github.com/ttroy50/cmake-examples.git code
cd code
./test.sh
----