diff options
author | Aleksander <aleksander.zien@gmail.com> | 2019-04-29 15:33:35 +0200 |
---|---|---|
committer | Philipp Hemmelmayr <fips.hem@gmail.com> | 2019-04-29 15:33:35 +0200 |
commit | 3f5fd23839555899ee872092e2c339a7b919866c (patch) | |
tree | aa811dbe7aab58457c27ab0f45c8904719d85082 | |
parent | cdb603a3f2ac8cd24720245947749a863cb795ce (diff) |
Add description for Void Linux installation (#118)
* Add description for Void Linux installation
* fixed typo
* shortened xbps instructions
-rw-r--r-- | CONTRIBUTING.md | 5 | ||||
-rw-r--r-- | 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 @@ -96,6 +96,14 @@ export PATH="${PATH}:${HOME}/.local/bin/" UtkarshVerma was so kind to provide an installation script for debian based systems, . +#### 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. |