Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b0a6081

Browse files
committed
Improved README
1 parent 809eec9 commit b0a6081

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL
44

55
## Installing
66

7+
For development environment...
8+
79
```
810
composer require --dev mpyw/php-hyper-builtin-server:^1.0
911
```
1012

1113
## Usage
1214

15+
Start listening on `http://localhost:8080` and `https://localhost:8081`.
16+
1317
```
1418
vendor/bin/hyper-run <DocumentRoot>
1519
```

0 commit comments

Comments
 (0)