Skip to content

Commit

Permalink
Add instructions for building the native executable CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
  • Loading branch information
sophokles73 committed Nov 25, 2022
1 parent c7406f6 commit b4253d6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@ using the `--help` and/or `-h` command line options.

## Building

The CLI can be built as a standard Java archive which requires a VM to run or it can be built as a native
(x86_64) Linux executable.

### Building the JVM based CLI

```bash
# in directory hono/cli/
mvn clean install
cd target/
```

### Building the Native Executable

```bash
# in directory hono/cli/
mvn clean install -Pbuild-cli-native-executable
```

## Usage
Expand Down

0 comments on commit b4253d6

Please sign in to comment.