From aa12109f3e5439e79b602fd030c5a21fc2229fc9 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 18 Sep 2022 13:41:42 +1000 Subject: [PATCH] Fixed link to `BinstallError` in README.md (#397) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e077f1f..e22d2219 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ $ cargo binstall broot --pkg-url="https://github.com/Canop/broot/releases/downlo However, we're pulling data from crates.io and the cargo manifest, both of which are _already_ trusted entities, and this is functionally a replacement for `curl ... | bash` or `wget`-ing the same files, so, things can be improved but it's also fairly moot - What do the error codes mean? - - You can find a full description of errors including exit codes here: + - You can find a full description of errors including exit codes here: - Can I use it in CI? - Yes! For GitHub Actions, we recommend the excellent [taiki-e/install-action](https://github.com/marketplace/actions/install-development-tools), which has explicit support for selected tools and uses `cargo-binstall` for everything else.