Skip to content

Commit 340045c

Browse files
committed
README: fix go get instructions
Currently the instructions tell the user to: go get -u golang.org/x/image However, this is not valid because golang.org/x/image contains no Go files. Instead it should read: go get -u golang.org/x/image/... Fixes golang/go#25618. Change-Id: I465fac26afdca52878518e4c01d46cf9d12930b9 Reviewed-on: https://go-review.googlesource.com/115675 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 999dd62 commit 340045c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository holds supplementary Go image libraries.
44

55
## Download/Install
66

7-
The easiest way to install is to run `go get -u golang.org/x/image`. You can
7+
The easiest way to install is to run `go get -u golang.org/x/image/...`. You can
88
also manually git clone the repository to `$GOPATH/src/golang.org/x/image`.
99

1010
## Report Issues / Send Patches

0 commit comments

Comments
 (0)