diff --git a/README.md b/README.md index cfa6930c..a5237915 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ $ binstall \ 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: +- 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. ---