Skip to content

Commit

Permalink
Mention new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tillson committed Jan 5, 2025
1 parent f070d87 commit 3317e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app

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

# Copy the locally required files to the container
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ More information is available in the [accompanying blog post](https://tillsongal
## Setup

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).
2. Install `libpcre3-dev` or `libpcre++-dev` using `brew install pcre` or `apt-get install libpcre3-dev` or similar
2. Decompress the download with tar -xzf [filename]. You may have to navigate to the Downloads folder with `cd` first.
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`.
4. Run `./git-hound` to test (make sure you're in the correct directory!)
Expand Down

0 comments on commit 3317e39

Please sign in to comment.