- Updated README.adoc's Docker instructions.
This commit is contained in:
Darius Tan
2019-12-17 15:24:29 +13:00
parent a62b62eee4
commit a9633207ff

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
----