From 4c3af52a4ec23b046de174a0bf5c9e9c82adb7a2 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Fri, 8 Dec 2017 08:06:41 -0600 Subject: [PATCH] Add installation instructions for Void Linux (#97) --- _docs/020_install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_docs/020_install.md b/_docs/020_install.md index 7d40293..b200d6e 100644 --- a/_docs/020_install.md +++ b/_docs/020_install.md @@ -57,6 +57,14 @@ yaourt -S yadm-git emerge -atv app-admin/yadm ``` +## Void Linux + +**yadm** is available in the official repository, simply use `xbps-install` to install it. + +``` +xbps-install yadm +``` + ## Download You *can* simply download the **yadm** script and put it into your `$PATH`. Something like this: