Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#6061)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwenmai authored and shenli committed Mar 15, 2018
1 parent 8f4f9b6 commit 3ed700f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -148,7 +148,8 @@ ln -s ../../hooks/pre-commit .
Sometime, pre-commit hook can not be executable. In such case, you have to make it executable manually.

```sh
chmod +x hooks/pre-commit
cd $working_dir/tidb/.git/hooks
chmod +x pre-commit
```

### Step 3: Branch
Expand Down

0 comments on commit 3ed700f

Please sign in to comment.