From a9633207ff48b856acb7d249aabff365e3fa29b3 Mon Sep 17 00:00:00 2001 From: Darius Tan Date: Tue, 17 Dec 2019 15:24:29 +1300 Subject: [PATCH] Changes: - Updated README.adoc's Docker instructions. --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index bdf2d07..ff487d0 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ----