Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l-const authored Aug 22, 2024
1 parent e40028b commit 7ef56e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

<p align="center">
<img width="400" alt="Alacritty Logo" src="https://github.com/l-const/appinfo-rs/blob/main/appinfo-logo.png">
<p align="center">
<a href="https://crates.io/crates/appinfo">
<img
src="https://img.shields.io/crates/v/appinfo?style=flat-square"
alt="Crates.io version"
/></a>
<h5 align="center">A procedural macro to derive application info at compile time, using cargo compile-time env vars and `clap-rs`.</h5>
</p>
</p>


Expand All @@ -21,9 +28,8 @@ fn main(){
##### Add clap:
```bash
cargo add clap
cargo add appinfo
```
##### Dependency:
* clap-rs: (https://docs.rs/clap/latest/clap/)

then in a terminal do:

Expand Down

0 comments on commit 7ef56e2

Please sign in to comment.