Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
update README with npm install instructions for web gui building
Browse files Browse the repository at this point in the history
  • Loading branch information
vuapo-eth committed Jan 14, 2019
1 parent 0e292b4 commit ffd5d51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit ffd5d51

Please sign in to comment.