Skip to content

Commit 4023ba1

Browse files
committed
Updates for README.
1 parent eedcb7e commit 4023ba1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Git pre-commit file for PHP projects
44

55
## How to Use?
66

7-
1. `git clone` this repository, then copy and paste **pre-commit** to your Git hooks folder. Make sure that the **pre-commit** file is executable.
8-
2. Copy the **config.dist** file to your Git hooks folder, and rename it to **config**.
9-
3. Edit the **config** file to add your preferences.
7+
1. `git clone` this repository.
8+
2. Copy the `pre-commit` file to your project's Git hooks folder. Make sure that the `pre-commit` file is executable.
9+
2. Now copy the `config.dist` file to your Git hooks folder, and rename it to `config`.
10+
3. Edit the `config` file with your preferences.
1011

1112
Kudos for [Johnathan Pulos](https://github.com/codemis) for [his amazing Gist](https://gist.github.com/codemis/8225337) :wink:.

0 commit comments

Comments
 (0)