Skip to content

Installation Guide

Tillson Galloway edited this page Jun 8, 2022 · 1 revision

How to install GitHound

  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. 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. There's an example config here. 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!)

Clone this wiki locally