Skip to content

Commit

Permalink
docs: add locked param to cargo install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kakoc committed Feb 18, 2024
1 parent 21dcf16 commit edbc58e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "birdy"
version = "0.1.9"
version = "0.1.10"
authors = ["Konstantin Matsiushonak <[email protected]"]
edition = "2021"
description = "Screenshot tool"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you want to add a support for MacOS or Windows - PRs are welcome.
## Installation

```bash
cargo install birdy
cargo install birdy --locked
```

## Usage
Expand Down

0 comments on commit edbc58e

Please sign in to comment.