From 3f5fd23839555899ee872092e2c339a7b919866c Mon Sep 17 00:00:00 2001 From: Aleksander Date: Mon, 29 Apr 2019 15:33:35 +0200 Subject: [PATCH] Add description for Void Linux installation (#118) * Add description for Void Linux installation * fixed typo * shortened xbps instructions --- CONTRIBUTING.md | 5 +++-- README.md | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47c4141..92e4994 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,9 @@ Thanks for taking your time to contribute! First off, any and all contributions are welcome. -Secondly, if your pull request or issue is in any way related to the [AUR package](https://aur.archlinux.org/packages/betterlockscreen-git/), -for example if your pull request adds a new dependency, +Secondly, if your pull request or issue is in any way related to the [AUR package](https://aur.archlinux.org/packages/betterlockscreen-git/), please notify the maintainer @AUTplayed via a mention (like used here with the @) in your comment. +Also, in case of adding new dependencies, please notify @AUTplayed and @m1m3-50. + Thanks diff --git a/README.md b/README.md index e401dcf..9088117 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,14 @@ export PATH="${PATH}:${HOME}/.local/bin/" UtkarshVerma was so kind to provide an installation script for debian based systems, ![check it out here](https://github.com/UtkarshVerma/installer-scripts). +#### Void Linux + +##### xbps repository + +`betterlockscreen` is available in official Void's repository as `betterlockscreen`. + +Installing using `xbps` (will automatically install all required dependencies): `xbps-install -S betterlockscreen` + ### Configuration You can customise various colors for betterlockscreen, copy config file from examples directory to `~/.config/betterlockscreenrc` and edit it accordingly.