diff --git a/README.md b/README.md index 6abfeef..c8d89db 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ A basic livebox exporter written in [rust](https://doc.rust-lang.org/book/title-page.html) đŸĻ€. Start monitoring your livebox router's using [Prometheus](https://github.com/prometheus/prometheus) / [Grafana](https://github.com/grafana/grafana) đŸ’Ē. -> ℹī¸ **Note:** this minimal, draft, poc, "tool" **almost work with some luck** as it is now 🤞, but for "cool" educational purpose only. Some alternatives already **[exists](#alternative)** (check below), but didn't find any **rust** version yet. As I always wanted to learn **rust**, and I have a **livebox router** next to me, let's fill the gap (I think lol)! **Contributions/help/suggestions are really welcome!** - - ## Features - **Should work** on livebox 4 and upper 🤷đŸģ‍ @@ -153,12 +150,12 @@ cd example && cp .env.example .env *Update env..* +> Update your `LIVEBOX_PASSWORD` env secrets variable and source it + ```sh source .env ``` -> Update your `LIVEBOX_PASSWORD` env secrets variable and source it - ### Docker Compose - Run the following command to start the services defined in the `docker-compose.yaml` file: ```sh