Update readme.md
This commit is contained in:
parent
cc8bbcf008
commit
97087beee3
|
@ -61,7 +61,7 @@ Run database seeder:
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the dev server:
|
Run the dev server (the output will give the address):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php artisan serve
|
php artisan serve
|
||||||
|
@ -80,7 +80,7 @@ If you have `phpunit` installed globally, you can run the Ping CRM test suite wi
|
||||||
phpunit
|
phpunit
|
||||||
```
|
```
|
||||||
|
|
||||||
Or to install `phpunit` locally, and then run the test suite:
|
Or you can install `phpunit` locally and subsequently run the test suite:
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue