diff --git a/Cargo.toml b/Cargo.toml index 7455b62..93d662e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stb-mon" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 0c2422e..1ef7f99 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Perfect for small to medium infrastructures and developers seeking a straightfor ## How to run -It's really simple! Set up the config in `stbmon.toml` as you like, then run it with `cargo r -r`. The database is automatically created. +It's really simple! Set up the config in `stbmon.toml` as you like, then run it with `cargo run --release`. The database is automatically created. +Make sure that you have installed `libsqlite3-dev` (or similar) on your system. ## How to use