Merge pull request #305 from kajisha/add-installation-for-asdf-vm

Add installation using asdf-vm
This commit is contained in:
Masayuki Matsuki 2020-12-07 14:28:37 +09:00 committed by GitHub
commit 42beb11a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,6 +150,13 @@ go get github.com/x-motemen/ghq
conda install -c conda-forge go-ghq
----
=== https://github.com/asdf-vm/asdf[asdf-vm]
----
asdf plugin add ghq
asdf install ghq latest
----
=== build
----