From 1989fb70a47318b5b5c7f88b5c01165bbe9f4856 Mon Sep 17 00:00:00 2001
From: Alexey Andreev <konsoletyper@gmail.com>
Date: Tue, 14 Feb 2023 13:43:39 +0300
Subject: [PATCH] readme: update build instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b2a779356..b59beca62 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Building TeaVM
 --------------
 
 Simply clone source code (`git clone https://github.com/konsoletyper/teavm.git`)
-and run Gradle build (`gradle publishToMavenLocal`).
+and run Gradle build (`./gradlew publishToMavenLocal` or `gradlew.bat publishToMavenLocal`).
 
 
 Preview builds