vault backup: 2026-02-15 16:07:01

This commit is contained in:
2026-02-15 16:07:01 +01:00
parent dfd82d7199
commit d7d9c83e4f
2 changed files with 24 additions and 7 deletions
+13 -3
View File
@@ -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