From 1cdd49c92cc38d95f56a67fc37f4d9ede24a24e8 Mon Sep 17 00:00:00 2001 From: LM Date: Tue, 10 Dec 2019 09:14:39 -0800 Subject: [PATCH] link maven and clarify version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4656c48f..221a3b720 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Clone this repository including the submodules: git clone https://github.com/dapr/java-sdk.git ``` -Then head over to build the Maven project: +Then head over to build the [Maven](https://maven.apache.org/install.html) (Apache Maven version 3.x) project: ```sh # make sure you are in the `java-sdk` directory.