From 5693b66b76bf7054ddadc3d34ffea16caa2584f6 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 3 Jan 2021 03:17:57 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a6e2b..cdf9928 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project has two components: ## How do I run the thing? ### Getting things ready -run `$ scripts/getAndroid.sh` to do download Google's Android stubs jar.(do this only once) +run `scripts/getAndroid.sh` from project's root directory to download Google's Android stubs jar.(do this only once) ### The Server run `./gradlew :server:run` to run the server ### the webUI