From a5df5c532af01917a01f0877daac0b924a95d47e Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Mon, 25 Nov 2019 08:16:43 -0800 Subject: [PATCH] Remove need for per-release doc changes --- extras/dgoss/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/dgoss/README.md b/extras/dgoss/README.md index 406a2321e..d1dc93b02 100644 --- a/extras/dgoss/README.md +++ b/extras/dgoss/README.md @@ -20,7 +20,7 @@ Since goss runs on the target container, dgoss can be used on a Mac OSX system b curl -L https://raw.githubusercontent.com/aelsabbahy/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss chmod +rx /usr/local/bin/dgoss -# Download goss to your preferred location +# Download desired goss version to your preferred location (e.g. v0.3.6) curl -L https://github.com/aelsabbahy/goss/releases/download/v0.3.6/goss-linux-amd64 -o ~/Downloads/goss-linux-amd64 # Set your GOSS_PATH to the above location