Skip to content

Commit

Permalink
Merge pull request #24 from ZJvandeWeg/zj-fix-config-readme
Browse files Browse the repository at this point in the history
readme: Config by flags on the executable
  • Loading branch information
oldrev authored Oct 13, 2024
2 parents 30d783e + 8f0529c commit 9c19536
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ After completing the flow design in Node-RED, please ensure that you click the b

### 1. Build

Using Rust 1.80 or later, run:

```bash
cargo build -r
```
Expand Down Expand Up @@ -99,7 +101,8 @@ py.test

## Configuration

Adjust various settings in the configuration file, such as port number, `flows.json` path, etc. Refer to [CONFIG.md](docs/CONFIG.md) for more information.
Adjust various settings and configuration, please execute `edgelinkd` with flags.
The flags available can be found when executing `edgelinkd --help`.

## Project Status

Expand Down

0 comments on commit 9c19536

Please sign in to comment.