Skip to content

Commit a85d8bd

Browse files
Update readme.md: Cleaning up Installation (#6911)
1 parent 2c041f6 commit a85d8bd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,8 @@ For unit testing you can stay on classic PHPUnit tests, as Codeception can run t
4444

4545
### Composer
4646

47-
```
48-
php composer.phar require "codeception/codeception"
49-
```
50-
51-
TODO: Document how to install the modules, e.g.
52-
```
53-
php composer.phar require "codeception/module-phpbrowser"
47+
```bash
48+
composer require "codeception/codeception" --dev
5449
```
5550

5651
### Phar

0 commit comments

Comments
 (0)