We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 489f71f + 9aef718 commit b637b42Copy full SHA for b637b42
README.md
@@ -3,10 +3,10 @@
3
4
This is a experiment! Lets check (maybe fix at some point) the php documentation automatically.
5
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
+```bash
+git clone https://github.com/php/doc-en.git
+git clone https://github.com/voku/php-doc-fixer.git
+cd php-doc-fixer/
+composer update --prefer-dist
11
php bin/phpdocfixer run ../doc-en/reference
12
```
0 commit comments