Skip to content

Commit

Permalink
Merge pull request hound-search#320 from hound-search/pr315
Browse files Browse the repository at this point in the history
Update build instructions to not pull source twice.
  • Loading branch information
kellegous committed Jun 17, 2019
2 parents 547eb48 + 2cc9d1a commit 6e41bdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ cd ${GOPATH}/src/github.com/hound-search/hound
make
```

If this is your only Go project, you can set your GOPATH just for Hound:
```
git clone https://github.com/hound-search/hound.git src/github.com/hound-search/hound
GOPATH=$(pwd) make -C src/github.com/hound-search/hound
```

### Testing

There are an increasing number of tests in each of the packages in Hound. Please make sure these pass before uploading your Pull Request. You can run the tests with the following command.
Expand Down

0 comments on commit 6e41bdc

Please sign in to comment.