From f529dad70caa6e307f95eecb2db6f16efc0f964d Mon Sep 17 00:00:00 2001 From: russoj88 Date: Wed, 14 Aug 2019 11:20:58 -0700 Subject: [PATCH] Update README.md Include suggestion to put example in. Co-Authored-By: Lynn Cyrin (they/them) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6748476..9ecef10 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,13 @@ import ( ### Using `v1` releases -Use the github URL to use the v1 branch. This is illustrated in the Getting Started section below. +$ go get github.com/urfave/cli + +package main + +import ( + "github.com/urfave/cli" +) Do not use the gopkg.in URL as it does not work for versions >= 1.21.0.