From b408dea606fd99b104326141bf48b8b5bc6c8aa8 Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Sun, 16 Oct 2022 15:24:48 +0800 Subject: [PATCH] Fixed a typo of build mvnd in README (#709) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c9fb39b0..14783d12 100644 --- a/README.adoc +++ b/README.adoc @@ -217,7 +217,7 @@ https://www.graalvm.org/reference-manual/native-image/#prerequisites[`native-ima [source,shell] ---- $ git clone https://github.com/apache/maven-mvnd.git -$ cd mvnd +$ cd maven-mvnd $ mvn clean verify -Pnative ... $ cd client