From d773f5e5711c09a31e55a2b047eb8607091102c8 Mon Sep 17 00:00:00 2001 From: samedamci Date: Sun, 29 Mar 2020 14:43:53 +0200 Subject: [PATCH] Move installation guide from README.md to wiki --- README.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/README.md b/README.md index 1539440..786771b 100644 --- a/README.md +++ b/README.md @@ -20,40 +20,4 @@ List database entries | yes | **yes** Remove entries from DB | yes | **yes** Show entry informations | yes | **yes** -# Installation -## [From AUR](https://aur.archlinux.org/packages/rofi-keepassxc/) -## From source -### Dependencies -Package | Description -:--- | :--- -rofi | application menu, dmenu replacement -keepassxc | open-source password manager -zsh | alternative shell and interpreter -xclip | CLI to the X11 clipboard - -### Install dependencies -#### Arch Linux -``` -sudo pacman -S --needed rofi keepassxc zsh xclip -``` -#### Debian/Ubuntu -``` -sudo apt install rofi keepassxc zsh xclip -``` -#### Fedora -``` -sudo dnf install rofi keepassxc zsh xclip -``` -#### openSUSE -``` -sudo zypper in rofi keepassxc zsh xclip -``` -### Clone repository -``` -git clone https://github.com/samedamci/rofi-keepassxc -``` -### Usage -* Bind this script (e.g. in sxhkd or i3wm config) to any key or start it `./rofi-keepassxc/rofi-keepassxc`. -* Use `-d` or `--database` argument and specify your keepass database path. -* Enter your keepass database master password. -* Select any entry and use option which you want. +## [Wiki](https://github.com/samedamci/rofi-keepassxc/wiki)