From 314469146f034a336f54a9b54413f2a625df93d9 Mon Sep 17 00:00:00 2001 From: "I. M. R" <46432153+theunpleasantowl@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:32:57 -0400 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b4e2ed..b87f27d 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,26 @@ Efforts have been taken to preserve footnotes and references where possible; the :/ All verses in a chapter of a book that match a pattern -## Build +## Installation -drb can be built by cloning the repository and then running make: +Install `drb` by running: + +``` +git clone https://github.com/theunpleasantowl/drb.git +cd drb +sudo make install +``` + +## Arch User Repository + +Arch users can install the package from the [AUR](https://aur.archlinux.org/packages/drb-git/). + +The package name is `drb-git`. For example, if you have an AUR helper installed you may run: + +``` +yay -S drb-git +``` - git clone https://github.com/theunpleasantowl/drb.git - cd drb - sudo make install ## License