Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrokeil committed Mar 5, 2016
1 parent 6b2a04c commit 668e186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ $ docker run -it --rm -v $(pwd):/app sandrokeil/bookdown doc/bookdown.json
$ docker run -it --rm -p 8080:8080 -v $(pwd):/app php:7.0-cli php -S 0.0.0.0:8080 -t /app/doc/html
```

or run *bookdown* via Composer and `$HOME/.composer/vendor/bin` is on your `$PATH`.
or run *bookdown*

```console
$ bookdown doc/bookdown.json
$ ./vendor/bin/bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/
```

Expand Down

0 comments on commit 668e186

Please sign in to comment.