Skip to content

Commit

Permalink
Merge branch 'develop' into release/0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmmn378 committed Feb 19, 2024
2 parents f2bd128 + 3e6f229 commit 514e237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
authors = ["Mamun <[email protected]>"]
description = "A Config File Example Generator"
license = "MIT"
repository = "https://github.com/mdmmn378/envy-rs"

[[bin]]
name = "envy"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Envy is a tool that generates example configuration files from your existing `.e
Install the binary with the following command:

```sh
cargo install --path .
cargo install envy-mask
```

## Usage
Expand Down

0 comments on commit 514e237

Please sign in to comment.