From 920284190c6b13cd192d3f062876f038b3ff67c7 Mon Sep 17 00:00:00 2001 From: OLEGSHA Date: Sun, 10 Jan 2021 21:06:43 +0300 Subject: [PATCH] Updated Windows building instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 862c3a3..4c6cbc5 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ On GNU/Linux and MacOS: On Windows: -1. Download and unpack the repository -3. Run `gradlew.bat buildLocal` in the same directory that contains `gradle.build` file +1. `git clone https://github.com/OLEGSHA/Progressia.git` +2. `gradlew.bat buildLocal` Alternatively use Linux/MacOS steps in a Bash shell.