Skip to content

Commit 4b75e60

Browse files
authored
Update README with PHP server startup command
Add command to start PHP server after installation
1 parent 60b6c16 commit 4b75e60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Clone the repository and install dependencies:
5656
```bash
5757
git clone https://github.com/skiupace/php-microframework.git && \
5858
cd php-microframework && \
59-
composer install
59+
composer install && \
60+
php -S localhost:8888 -t public
6061
```
6162

6263
## Bootstrapping

0 commit comments

Comments
 (0)