From ffd5d510e6ea29584badeba6c4b507da4e0a6b99 Mon Sep 17 00:00:00 2001 From: Lukas Tassanyi Date: Mon, 14 Jan 2019 18:07:25 +0100 Subject: [PATCH] update README with npm install instructions for web gui building --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe2000..cc0a0da 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This method is recommended for beginners. #### Method B: Build the .jar Yourself -This method is recommended for advanced users. You have to install **Git** and **Gradle**. +This method is recommended for advanced users. You have to install **Git**, **Gradle** amd **NPM**. ```shell # 1) clone the source code (you will need Git) @@ -32,6 +32,10 @@ cd ict # 3) build the runnable .jar file (you will need Gradle) gradle fatJar + +#4) install the web gui dependencies +cd web +npm install ``` ### Running the Client