From 8158771a847d29757e3c377818811b8b1bef1405 Mon Sep 17 00:00:00 2001 From: mrjones-plip Date: Fri, 7 Aug 2020 13:06:57 -0700 Subject: [PATCH] add go to install steps on muffet script #259 --- .github/scripts/muffet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/muffet.sh b/.github/scripts/muffet.sh index 24ae341c6..28f8675a3 100755 --- a/.github/scripts/muffet.sh +++ b/.github/scripts/muffet.sh @@ -5,6 +5,7 @@ # # If you're doing local development and want to run link checkers locally, please use this script! # You'll need: +# - install go - https://golang.org/doc/install # - install muffet - https://github.com/raviqqe/muffet # - make sure muffet is in your PATH # - run from root of this repo: ./.github/scripts/muffet.sh