Document rbw >= 1.14.0 version requirement

The `rbw list --raw` flag used for entry listing was introduced in
rbw 1.14.0.
This commit is contained in:
Navid Sassan 2026-02-17 22:18:31 +01:00
parent 846f067b81
commit e56d98bed5

View File

@ -8,7 +8,7 @@ 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 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