Skip to content

Commit

Permalink
Update install instructions to use vendored libs, (#376)
Browse files Browse the repository at this point in the history
where available. This reflects the change from dep to go1.11 modules in
83729a6 (#346).
  • Loading branch information
twifkak authored Dec 9, 2019
1 parent d88c537 commit 313f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ own and can obtain certificates for.
1. Install Go version 1.10 or higher. Optionally, set
[$GOPATH](https://github.com/golang/go/wiki/GOPATH) to something (default
is `~/go`) and/or add `$GOPATH/bin` to `$PATH`.
2. `go get -u github.com/ampproject/amppackager/cmd/amppkg`
2. `go get -u -mod=vendor github.com/ampproject/amppackager/cmd/amppkg`

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

0 comments on commit 313f2a6

Please sign in to comment.