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

Commit 6981614

Browse files
committed
Merge pull request #1 from vrkansagara/vrkansagara-patch-1
loop back address updated.
2 parents 1037ed1 + 405d927 commit 6981614

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ 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 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
25+
$ php -S 127.0.0.1:8080 -t doc/html/ # then browse to http://localhost:8080/
2626
```
2727

2828
> ### Bookdown
2929
>
30-
> You can install bookdown globally using `composer global require bookdown/bookdown`. If you do
31-
> this, make sure that `$HOME/.composer/vendor/bin` is on your `$PATH`.
30+
> 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"`
3233
3334
[Master]: https://travis-ci.org/zendframework/zend-diactoros
3435
[Master image]: https://secure.travis-ci.org/zendframework/zend-diactoros.svg?branch=master

0 commit comments

Comments
 (0)