Skip to content

Commit 3317e39

Browse files
committed
Mention new dependency
1 parent f070d87 commit 3317e39

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /app
66

77
# Install git-hound
88
RUN git clone https://github.com/tillson/git-hound.git
9+
RUN apt-get install libpcre3-dev
910
RUN cd git-hound && go build -o /usr/local/bin/git-hound
1011

1112
# Copy the locally required files to the container

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ More information is available in the [accompanying blog post](https://tillsongal
2323
## Setup
2424

2525
1. Download latest version of GitHound for Linux systems at https://github.com/tillson/git-hound/releases (with wget [url] or from the web browser).
26+
2. Install `libpcre3-dev` or `libpcre++-dev` using `brew install pcre` or `apt-get install libpcre3-dev` or similar
2627
2. Decompress the download with tar -xzf [filename]. You may have to navigate to the Downloads folder with `cd` first.
2728
3. `cd` into the now decompressed folder and configure GitHound by creating a `config.yml` file (either in the same directory as the `git-hound` binary or in `~/.githound`). There's an example config [here](https://github.com/tillson/git-hound/blob/master/config.example.yml). Make sure your username and password is in "quotation marks" and that you rename the `config.example.yml` file to `config.yml`.
2829
4. Run `./git-hound` to test (make sure you're in the correct directory!)

0 commit comments

Comments
 (0)