update readme
This commit is contained in:
parent
3d539d3c17
commit
3ed88024ad
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
* Close the repo
|
* Clone the repo
|
||||||
* Make sure you have PHP and compose installed on your PC
|
* Make sure you have PHP and composer installed on your PC
|
||||||
* To verify that you have PHP and composer working, try these commands `php -v` and `composer -v`
|
* To verify that you have PHP and composer working, try these commands `php -v` and `composer -v`
|
||||||
* Go inside the cloned repo and install the dependencies with this command `composer install`
|
* Go inside the cloned repo and install the dependencies with this command `composer install`
|
||||||
* If you don't have a local server like Apache or Nginx, you can PHP to start a server with this command in the root folder of the repo `php -S localhost:8000 -t public`
|
* If you don't have a local server like Apache or Nginx, you can use PHP to start a server with this command in the root folder of the repo `php -S localhost:8000 -t public`
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user