Commit c4264c7d by Jordan Hewitt Committed by Johannes Edmeier

Added requirements to the build section of README.md

parent 220f3b0f
......@@ -120,9 +120,12 @@ You can access snapshot builds from the sonatype snapshot repository by adding t
```
## Build
In order to build spring-boot-admin you need to have node.js and npm on your `$PATH`.
**Requirements:**
* [Node.js v8.x (LTS)](https://nodejs.org/en/download/)
* JDK >= 1.8
Please make sure you set `$JAVA_HOME` points to the correct JDK and that the `node` and `npm` commands are on your `$PATH`.
```shell
./mvnw clean package
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment