This commit is contained in:
David Heinemeier Hansson 2025-08-10 20:35:23 +02:00
parent 86c967352b
commit ab43b036a1

View File

@ -20,6 +20,10 @@ bun)
echo -e "Installing Bun...\n"
mise use -g bun@latest
;;
deno)
echo -e "Installing Deno...\n"
mise use -g deno@latest
;;
go)
echo -e "Installing Go...\n"
mise use --global go@latest