We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6999ddb commit 2f4b4b3Copy full SHA for 2f4b4b3
README.md
@@ -58,8 +58,8 @@ For Linux inside terminal install php5-cli
58
* CentOS: `yum install php5-cli`
59
60
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
+```shell
+cd /path/to/code/Pasifik-Panel-API-PHP-master/main/
+php -S 127.0.0.1:8888
+```
65
then open your browser on [http://127.0.0.1:8888](http://127.0.0.1:8888)
0 commit comments