Skip to content

Commit 67d13f5

Browse files
committed
Update README.md
1 parent 7fa6168 commit 67d13f5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ HDNET Coding Standars für PHP
55
```sh
66
brew tap HDNET/homebrew-hdnet
77
brew install hdnet-coding-standards
8+
brew install python3
9+
pip3 install pre-commit
10+
```
11+
12+
Im Projekt:
13+
pre-commit einrichten: http://pre-commit.com/#usage
14+
```sh
15+
pre-commit install
816
```
917
### Team Black
1018
CodingStandard setzen
1119
```sh
1220
phpcs --config-set default_standard HDNETBlack
1321
```
14-
GitTemplate Standard setzen
15-
```sh
16-
git config --global init.templatedir `brew --prefix`/opt/hdnet-coding-standards/share/git-templates/template-black/
17-
```

0 commit comments

Comments
 (0)