diff --git a/README.md b/README.md index 33ecad06..cdf9928e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This project has two components: 2. **webUI:** A react project that works with the server to do the presentation ## 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) +### Getting things ready +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 @@ -25,4 +25,4 @@ Checkout [the state of project](https://github.com/AriaMoradi/Tachidesk/issues/2 This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. \ No newline at end of file + file, You can obtain one at http://mozilla.org/MPL/2.0/.