Skip to content

Commit

Permalink
add a § about the configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Apr 1, 2014
1 parent 78b16bf commit a91beae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ git config --add hooks.enabled-plugins wipchecker

## Usage

### For dummies

Just run the configuration script. From your repository root, run

.git/configure.sh

The script will help you configure some scripts that shouldn't be configured globally.

### Manual configuration

By default, no hook will run. You must configure the hooks you need:

```sh
Expand Down

0 comments on commit a91beae

Please sign in to comment.