Adding Chrome commands to open index.html

Offering an example using Chrome to open index.html for those
who don't have Firefox installed.
This commit is contained in:
brennx0r 2016-08-23 21:57:53 -07:00
parent 0cb911ae02
commit a0916bd83a

View File

@ -34,10 +34,16 @@ $ mdbook build
The output will be in the `book` subdirectory. To check it out, open it in
your web browser:
Firefox:
```bash
$ firefox book/index.html
```
Chrome:
```bash
$ open -a "Google Chrome" book/index.html
```
To run the tests:
```bash