Skip to content

Commit

Permalink
Merge pull request ttroy50#34 from thinking-tower/master
Browse files Browse the repository at this point in the history
Updated README.adoc's Docker instructions.
  • Loading branch information
ttroy50 authored Dec 17, 2019
2 parents a62b62e + a963320 commit 30353fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down

0 comments on commit 30353fd

Please sign in to comment.