From 35ef9e5dd09cbdf0fcb2e1aca8cee1375a529c93 Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:50:40 -0400 Subject: [PATCH] feat: document `make-default` input --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2ea5437..b5df38e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ All inputs are optional. components Comma-separated string of additional components to install e.g. clippy, rustfmt + + make-default + + Make the installed toolchain the default. + This must be either the strings 'true' or 'false', and is 'true' by default. + +