From 32779e6f5677df36cae04abde3722027147d06cb Mon Sep 17 00:00:00 2001 From: reijin90 <6883646+reijin90@users.noreply.github.com> Date: Wed, 16 Oct 2019 16:49:35 +0200 Subject: [PATCH] Update README.md fixed a missing cd command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f04769..271474c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ the coverage feedback ```bash git clone https://github.com/fuzzitdev/example-java +cd example-java docker run -v `pwd`:/app -it maven:3.6.1-jdk-12 /bin/bash cd /app # Change to maven repo once 1.3 is out