From eea15dbec8e603d5c723dbc752dbf145bcc2d9fa Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 27 Feb 2024 12:12:47 +0100 Subject: [PATCH] update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee5b87f..7e067db 100644 --- a/README.md +++ b/README.md @@ -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 ```