We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17cb957 + 9fec770 commit b0f9b34Copy full SHA for b0f9b34
README.md
@@ -8,7 +8,7 @@ repository and and answers searches through a minimal API.
8
## Quick Start Guide
9
10
1. Clone the repo: `git clone git@github.com:etsy/Hound.git`
11
-2. Edit `config-example.json` to add the repos you want `cd Hound && vim config-example.json`
+2. Edit [config-example.json](config-example.json) to add the repos you want: `cd Hound && vim config-example.json`
12
3. Rename the (now edited) config file: `mv config-example.json config.json`
13
4. Set your GOPATH: ``export GOPATH=`pwd` ``
14
5. Run the server: `go run src/hound/cmds/houndd/main.go`
0 commit comments