From 491ed59cad0f0629ce7e417e4acb91b3f8ae8832 Mon Sep 17 00:00:00 2001 From: Matthias Freund Date: Fri, 26 Nov 2021 19:24:49 +0100 Subject: [PATCH] use commands listed in rust docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0e72f1..37b1e84 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Script for building Proxmox Backup Server for Armbian64 ``` ## Install ``rustup`` ``` -curl -sSf https://sh.rustup.rs -sSf | sh -s -source .cargo/env +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s +source ~/.cargo/env ``` ## Start build script