Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddyk45 committed Feb 8, 2025
2 parents cf03b88 + a1a5fea commit dcfe531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stb-mon"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dcfe531

Please sign in to comment.