From f36ee1f36641171c9eb3e29fe7247f14679d2439 Mon Sep 17 00:00:00 2001 From: nouwushka Date: Wed, 22 Apr 2026 08:58:47 +0200 Subject: [PATCH] update 1: info about rustup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a35deea..dd8e508 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ RustUp Install Установака `RustUp` на MacOs. - ```shell - brew install rustup + ```fish + brew install rustup ``` Установка стабильной версии! - ```shell + ```fish rustup default stable ```