From f1652938747f13f03c6f7964709f3484c1fdc3cf Mon Sep 17 00:00:00 2001 From: morihaya aka Yukiya Hayashi Date: Sun, 17 Mar 2024 18:12:48 +0900 Subject: [PATCH] Added mise-en-place installation and usage instructions. ghq is now also available as a mise-en-place plugin. I have added instructions for using mise-en-place to install ghq in the README. This is similar to the content in PR #305. --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index 2dee985..827c46f 100644 --- a/README.adoc +++ b/README.adoc @@ -169,6 +169,13 @@ asdf plugin add ghq asdf install ghq latest ---- +=== https://github.com/jdx/mise[mise-en-place] + +---- +mise install ghq +mise use ghq +---- + === build ----