Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2d4d2aa

Browse files
committed
Incorporate feedback
1 parent fbe9978 commit 2d4d2aa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ Documentation is [in the doc tree](doc/), and can be compiled using [bookdown](h
2222

2323
```console
2424
$ bookdown doc/bookdown.json
25-
$ php -S 127.0.0.1:8080 -t doc/html/ # then browse to http://localhost:8080/
25+
$ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
2626
```
2727

2828
> ### Bookdown
2929
>
3030
> You can install bookdown globally using `composer global require bookdown/bookdown`.
31-
>If you do this, make sure that `$HOME/.composer/vendor/bin` is on your `$PATH`.
32-
> Add this line into .bashrc on linux `export PATH="$PATH:$HOME/.composer/vendor/bin"`
31+
> If you do this, make sure that `$HOME/.composer/vendor/bin` is on your `$PATH`;
32+
> on *nix-like systems, you can do this by adding the following line to your
33+
> `.bashrc` (or preferred shell RC file):
34+
>
35+
> ```bash
36+
> export PATH="$HOME/.composer/vendor/bin:$PATH"
37+
> ```
3338
3439
[Master]: https://travis-ci.org/zendframework/zend-diactoros
3540
[Master image]: https://secure.travis-ci.org/zendframework/zend-diactoros.svg?branch=master

0 commit comments

Comments
 (0)