From 6d201dcdd2594e83e4d57c483e7550df449f5505 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 11 Mar 2019 22:25:35 -0700 Subject: [PATCH] readme: update installation instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2566073..468f261 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ termui is a cross-platform and fully-customizable terminal dashboard and widget ## Installation -```bash -go get github.com/gizak/termui/v3 -``` +If using Go 1.11 modules, it is not necessary to `go get` termui, since Go will automatically download any imported depencencies. However, do note that you have to include `/v3` at the end of the URL and before any sub-packages in the termui import statements as shown in the 'Hello World' example below. ## Hello World