This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments