Skip to content

Commit

Permalink
doc: specify how the example app can be built
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Van Wassenhove committed Jun 14, 2024
1 parent f99af86 commit de26c68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ Running the example can be done as following:
cargo run --example bose status
```

Releasing the example app can be done as following:

```bash
cargo build --examples --release
```

0 comments on commit de26c68

Please sign in to comment.