We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88c537 commit 313f2a6Copy full SHA for 313f2a6
README.md
@@ -34,7 +34,7 @@ own and can obtain certificates for.
34
1. Install Go version 1.10 or higher. Optionally, set
35
[$GOPATH](https://github.com/golang/go/wiki/GOPATH) to something (default
36
is `~/go`) and/or add `$GOPATH/bin` to `$PATH`.
37
- 2. `go get -u github.com/ampproject/amppackager/cmd/amppkg`
+ 2. `go get -u -mod=vendor github.com/ampproject/amppackager/cmd/amppkg`
38
39
Optionally, move the built `~/go/bin/amppkg` wherever you like.
40
3. Create a file `amppkg.toml`. A minimal config looks like this:
0 commit comments