Skip to content

Commit 5ba1e4e

Browse files
committed
Update README.md
1 parent 37bcb5c commit 5ba1e4e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,22 @@ Go to the directory.
1414

1515
Download composer (Only if you don´t have it).
1616

17-
curl -sS https://getcomposer.org/installer | php
17+
```php
18+
curl -sS https://getcomposer.org/installer | php
19+
```
1820

1921
Execute composer for dependences.
2022

21-
php composer.phar install
23+
```php
24+
php composer.phar install
25+
```
2226

2327
Run with the embed php server.
2428

25-
mkdir web
26-
php -S localhost:8000
29+
```php
30+
mkdir web
31+
php -S localhost:8000
32+
```
2733

2834
Visit in your prefer browser.
2935

0 commit comments

Comments
 (0)