From 4d10e4bd08d0f11303542b4b6a7064a7b6bcee80 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Tue, 10 Apr 2018 17:25:10 -0300 Subject: [PATCH] Add git clone command to README Since the README is exposed as a webpage under https://microprofile.io/project/eclipse/microprofile-samples, this helps those hitting that URL to follow all the steps without having to visit the actual GitHub repository. --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 5c354f3..d570bbf 100644 --- a/README.adoc +++ b/README.adoc @@ -31,6 +31,10 @@ Give different examples using the MicroProfile : ## Building +Clone the git repository: + +* `git clone https://github.com/eclipse/microprofile-samples.git` + To build these examples you can just : * `mvn clean install` does not run any test