From b1b32c59f1d42b2b2d1e2c0122aa75a4459ee475 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 1 Aug 2022 17:30:50 +0900 Subject: [PATCH] Tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb21c89..1110a931 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ https://spdx.org/licenses If `$CARGO_HOME/bin` is not available, Rust-related binaries will be installed to `$HOME/.cargo/bin`.
If `$HOME/.cargo/bin` is not available, Rust-related binaries will be installed to `/usr/local/bin`.
-If `/usr/local/bin` is not available, all binaries will be installed to `$HOME/.install-action/bin`.
+If `/usr/local/bin` is not available, binaries will be installed to `$HOME/.install-action/bin`.
If a tool not included in the list above is specified, this action uses [cargo-binstall] as a fallback.