update README

This commit is contained in:
Navid Sassan 2026-02-17 22:37:43 +01:00
parent baa3146840
commit c1137b30e3

View File

@ -8,11 +8,10 @@ A rofi/fzf frontend for Bitwarden via the `rbw` CLI.
```bash ```bash
# dependencies # dependencies
sudo dnf install -y rofi fzf wl-clipboard # or xclip instead of wl-clipboard sudo dnf install -y rofi fzf wl-clipboard # or xclip instead of wl-clipboard
cargo install rbw # requires rbw >= 1.14.0 cargo install rbw # requires rbw >= 1.14.0
# install bw-menu # install bw-menu
git clone https://git.navidsassan.ch/navid.sassan/bw-menu.git git clone https://git.navidsassan.ch/navid.sassan/bw-menu.git
cd bw-menu/python
uv sync uv sync
``` ```