add: info about RustUp

This commit is contained in:
2026-04-22 08:14:08 +02:00
parent 0ce42db429
commit 8e341f91d1

View File

@@ -1,8 +1,19 @@
# 🦀 Learning rust-[book](doc.rust-lang.ru/book) 🦀 # 🦀 Learning rust-[book](doc.rust-lang.ru/book) 🦀
## `(0.1)` Введение: "Язык программирования [Rust](rust-lang.org)"
<details> <details>
<summary>M</summary> <summary>RustUp 󱘗</summary>
test
Загрузка RustUp на MacOs
```fish
brew install rustup
```
Установка стабильной версии раста!
```fish
rustup default stable
```
</details> </details>