Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Mar 8, 2019
1 parent f6e2181 commit ed986f7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -11,19 +11,7 @@

1. Java 11

## How to build

```
mvn clean install
```

The compiled application will be under web/target/Homedash-{version}.jar

## Run from source with Maven

```
mvn -pl web exec:java
```

## Run from distribution

Expand Down Expand Up @@ -69,7 +57,19 @@ Environment Variables:


Note that running Homedash in docker will have reduced feature when it comes to system monitoring due to the nature of docker containers.
## How to build

```
mvn clean install
```

The compiled application will be under web/target/Homedash-{version}.jar

## Run from source with Maven

```
mvn -pl web exec:java
```
## Develop plugin

If you're interested to develop a plugin, check DevelopPlugin.md

0 comments on commit ed986f7

Please sign in to comment.