Skip to content

Commit

Permalink
incorporate detailing around gopath in README's quick start instructi…
Browse files Browse the repository at this point in the history
…ons (hound-search#352)

Co-authored-by: Rebecca Lau <blobbered@users.noreply.github.com>
  • Loading branch information
blobbered and blobbered authored Oct 16, 2020
1 parent e3ba713 commit 747eefd
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 @@ -12,15 +12,15 @@ Hound is an extremely fast source code search engine. The core is based on this

### Using Go Tools

1. Use the Go tools to install Hound. The binaries `houndd` (server) and `hound` (cli) will be installed in your $GOPATH.
1. Use the Go tools to install Hound. The binaries `houndd` (server) and `hound` (cli) will be installed in your $GOPATH/bin directory. Your $GOPATH should be in your $PATH (`echo $PATH` to check).

```
go get github.com/hound-search/hound/cmds/...
```

2. Create a [config.json](config-example.json) in a directory with your list of repositories.

3. Run the Hound server with `houndd` and you should see output similar to:
3. Run the Hound server with `$GOPATH/bin/houndd`. You should see output similar to:
```
2015/03/13 09:07:42 Searcher started for statsd
2015/03/13 09:07:42 Searcher started for Hound
Expand Down

0 comments on commit 747eefd

Please sign in to comment.