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

Commit f7b1017

Browse files
committed
Merge branch 'hotfix/95'
Close #95
2 parents 1037ed1 + 2d4d2aa commit f7b1017

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ $ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
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+
> 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+
> ```
3238
3339
[Master]: https://travis-ci.org/zendframework/zend-diactoros
3440
[Master image]: https://secure.travis-ci.org/zendframework/zend-diactoros.svg?branch=master

0 commit comments

Comments
 (0)