Skip to content

Commit cc7a823

Browse files
committed
More clear commands
1 parent 7e4c5cb commit cc7a823

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Add Laravel support to **[CodeRunner](https://coderunnerapp.com)** (Tinker in Co
99

1010
Install this package globally via [Composer](https://getcomposer.org/).
1111

12-
```
12+
```bash
1313
composer global require stichoza/laravel-coderunner
14-
14+
```
15+
And initialize default laravel app (optional).
16+
```bash
1517
laravel-coderunner install-default
1618
```
1719

0 commit comments

Comments
 (0)