From 5e8b52a11f051db8fb8d1d43feade4203a57f8a4 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 27 Feb 2024 12:19:13 +0100 Subject: [PATCH] make sure rust is up-to-date --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e067db..58d189a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@ Bitwarden Menu ## Installation ```bash -# install dependencies and tools -sudo dnf install rofi cargo +# install an up-to-date rust and cargo, see https://rustup.rs/ +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + +# install dependencies +sudo dnf install rofi mkdir -p ~/.cargo cat > ~/.cargo/config.toml << 'EOF'