Edited: README.md - start local server in correct folder

This commit is contained in:
Filip Rojek 2024-12-28 22:27:24 +01:00
parent 85af85b1ee
commit d98c208df9

View File

@ -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.