From 587a1742a08ef014cab44fbf2ced42bb59fb3bab Mon Sep 17 00:00:00 2001 From: Pedro Leite Rocha Date: Tue, 25 Oct 2022 13:32:34 -0300 Subject: [PATCH] Update installation command in README.md The previous command no longer installs executable files to `$GOPATH/bin`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85cd3d00..04bdcf96 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ moment this is supported for Go compilers from version 1.7. ## Download/Install -The easiest way to install is to run `go get -u golang.org/x/text`. You can -also manually git clone the repository to `$GOPATH/src/golang.org/x/text`. +The easiest way to install is to run `go install golang.org/x/text/cmd/gotext@latest`. +You can also manually git clone the repository to `$GOPATH/src/golang.org/x/text`. ## Contribute To submit changes to this repository, see http://golang.org/doc/contribute.html.