Skip to content

Commit

Permalink
Update install instructions to use vendored libs,
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 (ampproject#346).
  • Loading branch information
twifkak committed Dec 5, 2019
1 parent 4945755 commit e2cd626
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 e2cd626

Please sign in to comment.