Skip to content

Commit 266e4bd

Browse files
committed
Merge pull request php-webdriver#255 from achange-in-grovo/community
clarifying README.md for getting code
2 parents cbd8347 + 9c70763 commit 266e4bd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Any complaint, question, idea? You can post it on the user group https://www.fac
1313

1414
## GETTING THE CODE
1515

16-
### Github
16+
There are two ways of getting the code:
17+
18+
### Via Github
1719
git clone [email protected]:facebook/php-webdriver.git
1820

19-
### Packagist
20-
Add the dependency. https://packagist.org/packages/facebook/webdriver
21+
### Via Packagist
22+
Add the dependency to composer.json (see https://packagist.org/packages/facebook/webdriver)
2123

2224
```json
2325
{
@@ -27,6 +29,8 @@ Add the dependency. https://packagist.org/packages/facebook/webdriver
2729
}
2830
```
2931

32+
## INSTALLATION
33+
3034
Download the composer.phar
3135

3236
curl -sS https://getcomposer.org/installer | php

0 commit comments

Comments
 (0)