From 634eefb8e616ecddc84d707076d2bf6626b74e06 Mon Sep 17 00:00:00 2001 From: fdenzer Date: Fri, 21 Jul 2023 10:23:41 +0200 Subject: [PATCH] Update 'backend/readme.md' --- backend/readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/backend/readme.md b/backend/readme.md index 58b4b45..9c4a8ee 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -1,15 +1,18 @@ # installation -## windows (step 1) +Rustup gets you the ability to install rust in any version, from stable to cutting edge. -choco install -y +## Linux, macos (step 1) -## Linux, macos (alernate step 1) +use apt, pacman, curl, brew or whatever, to install _rustup_. -use apt, pacman, curl, brew or whatever. +## windows (alternate step 1) + +choco install -y rustup ## Always (steps 2 and so on) - `rustup-init.sh` (Windows: rustup-init.ex, e.g. %AppData%\Local\Temp\chocolatey\rustup.install\1.25.1\rustup-init.exe) -- select a good match in the dialog of this CLI installer +- select a good match in the dialog of this CLI installer, +- i.e. stable and default amount of features should be fine