Skip to content

Commit 2f4b4b3

Browse files
authored
Update README.md
1 parent 6999ddb commit 2f4b4b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ For Linux inside terminal install php5-cli
5858
* CentOS: `yum install php5-cli`
5959

6060
Go to downloaded file directory and run php code on local server:
61-
62-
cd /path/to/code/Pasifik-Panel-API-PHP-master/main/
63-
php -S 127.0.0.1:8888
64-
61+
```shell
62+
cd /path/to/code/Pasifik-Panel-API-PHP-master/main/
63+
php -S 127.0.0.1:8888
64+
```
6565
then open your browser on [http://127.0.0.1:8888](http://127.0.0.1:8888)

0 commit comments

Comments
 (0)