Skip to content

Commit 0d5f219

Browse files
committed
Simplify library use documentation
Just assume module use, nowadays. (Also, drops a link to the old c/image repo location.) Should not change behavior. Signed-off-by: Miloslav Trmač <[email protected]>
1 parent ffccb32 commit 0d5f219

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

image/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ If you want to see what the library can do, or an example of how it is called,
3939
consider starting with the [skopeo](https://github.com/containers/skopeo) tool
4040
instead.
4141

42-
To integrate this library into your project, include it as a [Go module],
43-
put it into `$GOPATH` or use your preferred vendoring tool to include a copy
44-
in your project. Ensure that the dependencies documented [in go.mod][go.mod]
45-
are also available (using those exact versions or different versions of
46-
your choosing).
42+
To integrate this library into your project, include it as a [Go module].
4743

4844
This library also depends on some C libraries. Either install them:
4945
```sh
@@ -53,7 +49,6 @@ macOS$ brew install gpgme
5349
or use the build tags described below to avoid the dependencies (e.g. using `go build -tags …`)
5450

5551
[Go module]: https://github.com/golang/go/wiki/Modules
56-
[go.mod]: https://github.com/containers/image/blob/master/go.mod
5752

5853
### Supported build tags
5954

0 commit comments

Comments
 (0)