From 767d8be277dd6e18361e7db558362eef3df60cc6 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 25 Jan 2022 23:22:52 +1030 Subject: [PATCH] Add copy and paste instructions for downloading --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59960fb..0b93280 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ choice. Grab the appropriate version from https://github.com/tardisx/netgiv/releases, unzip and place the binary somewhere on your $PATH. +Copy and paste for For the trusting & lazy: + + curl -L https://github.com/tardisx/netgiv/releases/download/v0.0.3/netgiv-linux-v0.0.3.zip | funzip > netgiv && chmod a+x netgiv + ### Compiling from source go install github.com/tardisx/netgiv@latest