vault backup: 2026-02-15 16:07:01
This commit is contained in:
+13
-3
@@ -3,17 +3,27 @@ tags:
|
||||
- IT/Development/Rust
|
||||
---
|
||||
|
||||
|
||||
## Install rustup
|
||||
|
||||
### Link
|
||||
- https://rust-lang.org/tools/install/
|
||||
|
||||
### Linux
|
||||
```
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
```
|
||||
|
||||
### Windows
|
||||
- Download and execute rustup installer from [[rust#Link]]
|
||||
|
||||
## Update
|
||||
```
|
||||
rustup update
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
```
|
||||
rustup self uninstall
|
||||
```
|
||||
|
||||
## Links
|
||||
- https://www.rust-lang.org/tools/install
|
||||
|
||||
Reference in New Issue
Block a user