Skip to content

Commit 3e7f5dc

Browse files
committed
Updated contributing section
1 parent 156c1b4 commit 3e7f5dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,13 @@ php artisan vendor:publish --provider='Fedeisas\LaravelMailCssInliner\LaravelMai
8484
and changing the settings on the generated `config/css-inliner.php` file.
8585

8686
## Contributing
87+
- Install project dependencies:
8788
```bash
8889
composer install
90+
```
91+
92+
- Execute tests with the following command:
93+
```bash
8994
./vendor/bin/phpunit
9095
```
9196

0 commit comments

Comments
 (0)