From 3871cef18b569f7a8db4c70f9faba72a3f15b8ec Mon Sep 17 00:00:00 2001 From: ryodocx Date: Mon, 20 Sep 2021 13:43:55 +0900 Subject: [PATCH] add installation procedure via asdf-vm --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a27e0f262..82fdcebcb 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,24 @@ $ go get github.com/hashicorp/go-getter go-getter also has a command you can use to test URL strings: +install via `go install`: ``` $ go install github.com/hashicorp/go-getter/cmd/go-getter ... +``` -$ go-getter github.com/foo/bar ./foo +install via [asdf](https://asdf-vm.com) version manager: +``` +$ asdf plugin add go-getter +$ asdf install go-getter latest ... ``` The command is useful for verifying URL structures. +``` +$ go-getter github.com/foo/bar ./foo +... +``` ## URL Format