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'