Edited: README.md - start local server in correct folder
This commit is contained in:
parent
85af85b1ee
commit
d98c208df9
@ -40,7 +40,7 @@ define('DB_NAME', 'your db name');
|
|||||||
3. Start an local web server
|
3. Start an local web server
|
||||||
- You can use php's integrated server by running this:
|
- You can use php's integrated server by running this:
|
||||||
```bash
|
```bash
|
||||||
php -S localhost:8000
|
php -S localhost:8000 -t ./public
|
||||||
```
|
```
|
||||||
- You can use any host and any port you want.
|
- You can use any host and any port you want.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user