From 00950817f39f7ffcbcfcfc1671e3011359c085f1 Mon Sep 17 00:00:00 2001 From: Tim Hwang Date: Tue, 17 Dec 2024 15:35:15 -0600 Subject: [PATCH] fix rustup command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 686e022..6c14809 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Setup rust ```sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -rustup use 1.80 +rustup override set 1.80 ``` Install Foundry: