From 103433f92f30cc43d6b2c201391b0088f2142da4 Mon Sep 17 00:00:00 2001 From: nouwushka Date: Wed, 22 Apr 2026 08:57:42 +0200 Subject: [PATCH] update: info about rustup --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9d1a54c..a35deea 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ ## `(0.1)` Введение: "Язык программирования [Rust](rust-lang.org)" +
- ## RustUp + RustUp Install - Загрузка RustUp на MacOs - - ```shell + Установака `RustUp` на MacOs. + ```shell brew install rustup - ``` + ``` - Установка стабильной версии раста! - ```shell - rustup default stable - ``` + Установка стабильной версии! + ```shell + rustup default stable + ```