Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Explicitly define branch to install from (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmaus authored Dec 16, 2021
1 parent 51c433e commit f2c7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ actions-digest --github-token <PAT> workflow.yaml
Actions digest is written in Rust. If you have its toolchain installed, you can run this command to install:

```shell
cargo install --git 'https://github.com/hendrikmaus/actions-digest'
cargo install --git 'https://github.com/hendrikmaus/actions-digest' --branch main
```

_To uninstall, use `cargo uninstall <name>`._
Expand Down

0 comments on commit f2c7168

Please sign in to comment.