From ab815a1b779902b4a70ce02735d221d0181ffad9 Mon Sep 17 00:00:00 2001 From: rwinkhart <90295779+rwinkhart@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:48:27 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3084e20..ea1bee8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ rpass releases are available in the Arch User Repository as 'rpass'. Install with your preferred AUR helper or use: -git clone https://aur.archlinux.org/rpass.git +``` +git clone https://aur.archlinux.org/rpass.git cd rpass makepkg -si +``` Packaging for other distributions coming soon. @@ -19,10 +21,14 @@ Packaging for other distributions coming soon. Upon initial installation, be sure to run: +``` rpass config +``` This command will allow you to configure the settings necessary for rpass to function. All available options can be found with: +``` rpass --help +```