Merge pull request #280 from imbsky/void-linux

Add installation note for Void Linux
This commit is contained in:
Masayuki Matsuki 2020-06-02 17:58:39 +09:00 committed by GitHub
commit 77d7923cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,12 +117,18 @@ Local repositories are placed under 'ghq.root' with named github.com/_user_/_rep
== [[installing]]INSTALLATION
=== homebrew
=== macOS
----
brew install ghq
----
=== Void Linux
----
xbps-install -S ghq
----
=== go get
----