Skip to content

Commit 313f2a6

Browse files
authored
Update install instructions to use vendored libs, (#376)
where available. This reflects the change from dep to go1.11 modules in 83729a6 (#346).
1 parent d88c537 commit 313f2a6

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
@@ -34,7 +34,7 @@ own and can obtain certificates for.
3434
1. Install Go version 1.10 or higher. Optionally, set
3535
[$GOPATH](https://github.com/golang/go/wiki/GOPATH) to something (default
3636
is `~/go`) and/or add `$GOPATH/bin` to `$PATH`.
37-
2. `go get -u github.com/ampproject/amppackager/cmd/amppkg`
37+
2. `go get -u -mod=vendor github.com/ampproject/amppackager/cmd/amppkg`
3838

3939
Optionally, move the built `~/go/bin/amppkg` wherever you like.
4040
3. Create a file `amppkg.toml`. A minimal config looks like this:

0 commit comments

Comments
 (0)