update README
This commit is contained in:
parent
5769dd01be
commit
eea15dbec8
@ -4,6 +4,10 @@ Bitwarden Menu
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
# install dependencies and tools
|
||||
sudo dnf install rofi cargo
|
||||
|
||||
mkdir -p ~/.cargo
|
||||
cat > ~/.cargo/config.toml << 'EOF'
|
||||
[registries.gitea]
|
||||
index = "https://git.navidsassan.ch/navid.sassan/_cargo-index.git"
|
||||
@ -11,12 +15,9 @@ index = "https://git.navidsassan.ch/navid.sassan/_cargo-index.git"
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
||||
EOF
|
||||
cargo add bw-menu --registry gitea
|
||||
cargo install bw-menu --registry gitea
|
||||
|
||||
~/.cargo/bin/bw-menu --version
|
||||
|
||||
# install dependency
|
||||
sudo dnf install rofi
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user