Skip to content

Commit

Permalink
Use relative package paths in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 19, 2019
1 parent 802b3b1 commit b0182fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Expand Up @@ -21,15 +21,15 @@ tools. Install these extra tools with:

Build chezmoi:

go build github.com/twpayne/chezmoi
go build .

Run all tests:

go test github.com/twpayne/chezmoi/...
go test ./...

Run chezmoi:

go run github.com/twpayne/chezmoi
go run .

## Contributing changes

Expand Down

0 comments on commit b0182fe

Please sign in to comment.