Add description for Void Linux installation (#118)

* Add description for Void Linux installation

* fixed typo

* shortened xbps instructions
This commit is contained in:
Aleksander 2019-04-29 15:33:35 +02:00 committed by Philipp Hemmelmayr
parent cdb603a3f2
commit 3f5fd23839
2 changed files with 11 additions and 2 deletions

View file

@ -4,8 +4,9 @@ Thanks for taking your time to contribute!
First off, any and all contributions are welcome. 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/), 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,
please notify the maintainer @AUTplayed via a mention (like used here with the @) in your comment. 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 Thanks

View file

@ -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). 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 ### Configuration
You can customise various colors for betterlockscreen, copy config file from examples directory to `~/.config/betterlockscreenrc` and edit it accordingly. You can customise various colors for betterlockscreen, copy config file from examples directory to `~/.config/betterlockscreenrc` and edit it accordingly.