make sure rust is up-to-date
This commit is contained in:
parent
eea15dbec8
commit
5e8b52a11f
@ -4,8 +4,11 @@ Bitwarden Menu
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
# install dependencies and tools
|
# install an up-to-date rust and cargo, see https://rustup.rs/
|
||||||
sudo dnf install rofi cargo
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
|
# install dependencies
|
||||||
|
sudo dnf install rofi
|
||||||
|
|
||||||
mkdir -p ~/.cargo
|
mkdir -p ~/.cargo
|
||||||
cat > ~/.cargo/config.toml << 'EOF'
|
cat > ~/.cargo/config.toml << 'EOF'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user