Skip to content

Commit

Permalink
doc: update preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Oct 13, 2024
1 parent 82dc770 commit c19070f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ panic = "abort"
strip = false

[dependencies]
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
core-foundation = "0.10.0"
libc = "0.2.159"
ratatui = { version = "0.28.1", features = ["serde"] }
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
lint:
cargo fmt --check
cargo check --release --locked

update:
@# cargo install cargo-edit
cargo upgrade -i
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[<img src="https://badgen.net/static/-/buy%20me%20a%20coffee/ff813f?icon=buymeacoffee&label" alt="donate" />](https://buymeacoffee.com/vladkens)

<div align="center">
<img src=".github/macmon.png" alt="macmon preview" />
<img src="https://github.com/vladkens/macmon/blob/assets/macmon.png?raw=true" alt="preview" />
<br />
Sudoless performance monitoring CLI tool for Apple Silicon processors.
</div>
Expand Down

0 comments on commit c19070f

Please sign in to comment.