Update README.md

This commit is contained in:
Aria Moradi 2021-01-03 03:17:57 +03:30 committed by GitHub
parent b21c4956e6
commit 5693b66b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ This project has two components:
## How do I run the thing? ## How do I run the thing?
### Getting things ready ### 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 ### The Server
run `./gradlew :server:run` to run the server run `./gradlew :server:run` to run the server
### the webUI ### the webUI