Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update readme to reflect usage of Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Oct 3, 2018
1 parent c0ddf1b commit f15a3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ For an example of actual usage, see https://github.com/bmaupin/go-docs-epub
go get github.com/bmaupin/go-epub
cd $GOPATH/src/github.com/bmaupin/go-epub

Dependencies are stored in the vendor directory and managed using [golang/dep](https://github.com/golang/dep)
Dependencies are managed using [Go modules](https://github.com/golang/go/wiki/Modules)

### Testing

1. (Optional) Install EpubCheck

wget https://github.com/IDPF/epubcheck/releases/download/v4.0.2/epubcheck-4.0.2.zip
unzip epubcheck-4.0.2.zip

2. Run tests

go test

0 comments on commit f15a3ab

Please sign in to comment.