Skip to content

Commit b637b42

Browse files
authored
Merge pull request #3 from szepeviktor/patch-2
Improve README
2 parents 489f71f + 9aef718 commit b637b42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
This is a experiment! Lets check (maybe fix at some point) the php documentation automatically.
55

6-
```
7-
git clone https://github.com/php/doc-en
8-
git clone https://github.com/voku/php-doc-fixer
9-
cd php-doc-fixer
10-
composer install
6+
```bash
7+
git clone https://github.com/php/doc-en.git
8+
git clone https://github.com/voku/php-doc-fixer.git
9+
cd php-doc-fixer/
10+
composer update --prefer-dist
1111
php bin/phpdocfixer run ../doc-en/reference
1212
```

0 commit comments

Comments
 (0)