From b76d29f2fe0335a3c3f7cb72c4dcca1bdd32ffff Mon Sep 17 00:00:00 2001 From: Avinash Kumar <64456168+Kumaravinash9@users.noreply.github.com> Date: Tue, 23 Mar 2021 05:17:26 +0530 Subject: [PATCH] Updated Readme for window --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b102f..8a228c6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,11 @@ sh build.sh ``` ##### On Windows: -Execute the `build.bat` file in `webui-src\make-src\`. +```bash +cd webui-src\make-src\ +./build.bat +``` + Usage -----