8000 Update installation command in README.md · golang/text@587a174 · GitHub
[go: up one dir, main page]

Skip to content

Commit 587a174

Browse files
Update installation command in README.md
The previous command no longer installs executable files to `$GOPATH/bin`.
1 parent 1bdb400 commit 587a174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ moment this is supported for Go compilers from version 1.7.
2525

2626
## Download/Install
2727

28-
The easiest way to install is to run `go get -u golang.org/x/text`. You can
29-
also manually git clone the repository to `$GOPATH/src/golang.org/x/text`.
28+
The easiest way to install is to run `go install golang.org/x/text/cmd/gotext@latest`.
29+
You can also manually git clone the repository to `$GOPATH/src/golang.org/x/text`.
3030

3131
## Contribute
3232
To submit changes to this repository, see http://golang.org/doc/contribute.html.

0 commit comments

Comments
 (0)
0