From 0681cb5398d702356d416d633b2f9b9801628565 Mon Sep 17 00:00:00 2001 From: Travis Whitton Date: Thu, 7 Jan 2021 10:41:46 -0500 Subject: [PATCH] docs: update install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94a6b0..dba68a4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ An example of a board snapshot: **uchess** can be installed using "go get". ```bash -go get github.com/tmountain/uchess/cmd/uchess +go get -u github.com/tmountain/uchess/cmd/uchess ``` ## Usage