use commands listed in rust docs

This commit is contained in:
Matthias Freund
2021-11-26 19:24:49 +01:00
parent 698034033d
commit 491ed59cad

View File

@@ -10,8 +10,8 @@ Script for building Proxmox Backup Server for Armbian64
``` ```
## Install ``rustup`` ## Install ``rustup``
``` ```
curl -sSf https://sh.rustup.rs -sSf | sh -s curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s
source .cargo/env source ~/.cargo/env
``` ```
## Start build script ## Start build script