Skip to content

Commit 1cf17d3

Browse files
authored
Merge pull request #81 from ishanvyas22/improve-doc
Improve documentation a bit
2 parents 2cf5c4b + b6cb134 commit 1cf17d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,20 @@ When you don't want to use Docker as the basis for your running environment, you
2323

2424
# Installation using Composer
2525

26-
The easiest way to create a new Hyperf project is to use Composer. If you don't have it already installed, then please install as per the documentation.
26+
The easiest way to create a new Hyperf project is to use [Composer](https://getcomposer.org/). If you don't have it already installed, then please install as per [the documentation](https://getcomposer.org/download/).
2727

2828
To create your new Hyperf project:
2929

30+
```bash
3031
$ composer create-project hyperf/hyperf-skeleton path/to/install
32+
```
3133

3234
Once installed, you can run the server immediately using the command below.
3335

36+
```bash
3437
$ cd path/to/install
3538
$ php bin/hyperf.php start
39+
```
3640

3741
This will start the cli-server on port `9501`, and bind it to all network interfaces. You can then visit the site at `http://localhost:9501/`
3842

0 commit comments

Comments
 (0)