Skip to content

Commit 9aef718

Browse files
authored
Improve README
1 parent 489f71f commit 9aef718

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)