From 31d7d88ba751645cb4edadf0623554ef71431471 Mon Sep 17 00:00:00 2001 From: Russell Sanborn Date: Tue, 18 Jul 2023 15:51:57 -0500 Subject: [PATCH 1/2] Update installation url to match repo url I also updated the command from `asdf plugin-add` to `asdf plugin add` to match the official documentation. Reference: https://asdf-vm.com/manage/plugins.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ebba10..783a99d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ golang plugin for [asdf version manager](https://github.com/asdf-vm/asdf) ## Install ```bash -asdf plugin-add golang https://github.com/kennyp/asdf-golang.git +asdf plugin add golang https://github.com/asdf-community/asdf-golang.git ``` ## Use From b72276c7f2c0634f4131a9d07879eda76f2f8594 Mon Sep 17 00:00:00 2001 From: Russell Sanborn Date: Tue, 18 Jul 2023 16:14:55 -0500 Subject: [PATCH 2/2] Update plugin repository and CI status to asd-community for Go --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 783a99d..342acab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # asdf-golang -[![CI](https://github.com/kennyp/asdf-golang/actions/workflows/main.yml/badge.svg)](https://github.com/kennyp/asdf-golang/actions/workflows/main.yml) +[![CI](https://github.com/asdf-community/asdf-golang/actions/workflows/main.yml/badge.svg)](https://github.com/asdf-community/asdf-golang/actions/workflows/main.yml) golang plugin for [asdf version manager](https://github.com/asdf-vm/asdf) @@ -97,7 +97,7 @@ checksum verified ## Skipping Checksums -By default we try to verify the checksum of each install but ocassionally [that's not possible](https://github.com/kennyp/asdf-golang/issues/91). +By default we try to verify the checksum of each install but ocassionally [that's not possible](https://github.com/asdf-community/asdf-golang/issues/91). If you need to skip the checksum for some reason just set `ASDF_GOLANG_SKIP_CHECKSUM`. ## Contributing