Skip to content

Commit

Permalink
code block added
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarcher committed Jul 6, 2015
1 parent 2c4bd8a commit 3bd1c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ Hound is an extremely fast source code search engine. The core is based on this

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

2. Run ```docker run -it --rm -p 0.0.0.0:6080:6080 --name houndd -v $(pwd):/hound etsy/hound```
2. Run
```
docker run -it --rm -p 0.0.0.0:6080:6080 --name houndd -v $(pwd):/hound etsy/hound
```

You should be able to navigate to [http://localhost:6080/](http://localhost:6080/) as usual.

Expand Down

0 comments on commit 3bd1c00

Please sign in to comment.