Hacker News new | ask | show | jobs
by ecesena 3522 days ago
Typically you add files with the scripts and a Malefile or anything similar to initialize and move those files around.

So installation instructions become: 1. git clone 2. cd 3. make [init]

1 comments

Note that it works best to have that install script create symbolic links for the git hooks rather than copy, so that they can be updated without having to rerun the install script.