Skip to content

Commit

Permalink
Update readme (Correction of the launch command)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkaine authored and tchapacan committed Apr 9, 2024
1 parent 9f9fe92 commit ef58dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ Future:
```bash
cd livebox-exporter-rs
cargo build --release
cd target/release/
```

3. **Run the Exporter:** run the binary, using the options.

```bash
livebox-exporter-rs -P <livebox_password> -p <exporter_port>
./livebox-exporter-rs -P <livebox_password> -p <exporter_port>
```

4. **Access Metrics:** Once the exporter is running, access the exposed metrics at:
Expand Down

0 comments on commit ef58dc5

Please sign in to comment.