m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin <marcin.j.chrzanowski@gmail.com>2019-11-24 19:32:15 +0100
committerGitHub <noreply@github.com>2019-11-24 19:32:15 +0100
commit020b22cd7a961b37eb23247264db5ff3246a54af (patch)
treea860ba95717284ed63a3566ca8d10a5198e1d753 /README.md
parent3f7ef0f1929d739be9d4a9176f389f90e3700126 (diff)
Readme (#35)
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10e9c63..1f46676 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,25 @@
./gradlew runClient
+Relies on a running agent.
+
+Exposes a web application on `localhost:8080`.
+
+### Fetcher
+
+ ./gradlew runFetcher
+
+Sends system information to an agent.
+
+### Interpreter
+
+ ./gradlew runInterpreter
+ # to suppress Gradle's output
+ ./gradlew runInterpreter --quiet
+
+Reads queries from standard input and outputs results to standard output, using
+a hard-coded test hierarchy.
+
### Tests
./gradlew test