From 9541bc958a37d4a5f889b7dbc907e0950b55612a Mon Sep 17 00:00:00 2001 From: Anthony Dodd Date: Wed, 7 Oct 2020 21:46:02 -0500 Subject: [PATCH] Small update to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a64e07b..da576b68 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ First, install Trunk via one of the following options. brew install trunk # Install a release binary (great for CI). -VERSION=v0.6.0 +# You will need to specify a value for ${VERSION}. wget -qO- https://github.com/thedodd/trunk/releases/download/${VERSION}/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- # Install via cargo.