diff options
author | Philipp Hemmelmayr <fips.hem@gmail.com> | 2017-12-15 03:22:48 +0100 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-15 02:22:48 +0000 |
commit | d06337ffd65a65cf0bdae5d211abfcd2bd70b2a2 (patch) | |
tree | d07b066f09b5b19c8001183bb665bd13edcdeb74 | |
parent | 1cd0216c316202be54db2f178f5c171da3c1c056 (diff) |
add aur installation to readme (#14)
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -22,6 +22,20 @@ Screenshots or it didnt happen... :P ## Getting Started +## Installation via [AUR package](https://aur.archlinux.org/packages/betterlockscreen-git/) + +Pacaur Users +``` +pacaur -S aur/betterlockscreen-git +``` + +Yaourt users +``` +yaourt -S betterlockscreen-git +``` + +## Manual Installation + Clone this repo, push this script somewhere handy or you can even copy this script to /usr/local/bin so that it can be used from your i3config without defining whole path. ### Prerequisites |