Skip to content

Commit

Permalink
Merge pull request #214 from tanarurkerem/master
Browse files Browse the repository at this point in the history
Little typo: use a right path
  • Loading branch information
jhedstrom committed Oct 8, 2015
2 parents f09a13f + c22b6d9 commit 3e88a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ the [Full documentation](https://behat-drupal-extension.readthedocs.org)
mkdir projectdir
cd projectdir
curl -sS https://getcomposer.org/installer | php
php composer.phar require drupal/drupal-extension='~3.0'
COMPOSER_BIN_DIR=bin php composer.phar require drupal/drupal-extension='~3.0'
```

1. In the projectdir, create a file called `behat.yml`. Below is the
Expand Down

0 comments on commit 3e88a47

Please sign in to comment.