diff options
author | Helmut Pozimski <helmut@pozimski.eu> | 2017-10-01 10:39:36 +0200 |
---|---|---|
committer | Helmut Pozimski <helmut@pozimski.eu> | 2017-10-01 10:42:38 +0200 |
commit | acc186ebb11e04cbaf6e722415e43683117fc30b (patch) | |
tree | 32d311743c51d02f8e8fddfb982c4c584c8ee012 /README.md | |
parent | Merge pull request #2533 (diff) | |
download | monero-acc186ebb11e04cbaf6e722415e43683117fc30b.tar.xz |
README: Add package installation instructions for Void Linux
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -125,6 +125,10 @@ Installing a snap is very quick. Snaps are secure. They are isolated with all of - Stable release: [`monero`](https://aur.archlinux.org/packages/monero) - Bleeding edge: [`bitmonero-git`](https://aur.archlinux.org/packages/bitmonero-git) +* Void Linux: + + xbps-install -S monero + * OS X via [Homebrew](http://brew.sh) brew tap sammy007/cryptonight |