Skip to content

Commit ee7e4dc

Browse files
committed
Readme.md adjusted.
1 parent 532b7a6 commit ee7e4dc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,23 @@ Clone into ext/phpbbde/pastebin:
66

77
git clone https://github.com/phpbbde/phpbb-ext-pastebin ext/phpbbde/pastebin
88

9+
Go to ext/phpbbde/pastebin and install dependencies:
10+
11+
php composer.phar install --no-dev
12+
13+
If you wish to contribute to development, you should also consider installing the development dependencies by leaving out --no-dev.
14+
915
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de pastebin" extension.
1016

1117
## Development
1218

1319
If you find a bug, please report it on https://github.com/phpbbde/phpbb-ext-pastebin
1420

21+
## Automated Testing
22+
23+
We use automated unit tests including functional tests to prevent regressions. Check out our travis build below:
24+
25+
master: [![Build Status](https://travis-ci.org/phpbb-de/phpbb-ext-pastebin.png?branch=master)](http://travis-ci.org/phpbb-de/phpbb-ext-pastebin)
1526

1627
## License
1728

0 commit comments

Comments
 (0)