From 73f7719e530b833502b1d583f7905c59e80a5efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Mon, 5 Sep 2022 15:12:56 +1200 Subject: [PATCH] Recommend taiki-e/install-action (#342) See #309 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. ---