Update command to open the docs in Firefox

The previous Firefox command only worked for Linux, while the previous Chrome command only worked for OS X.

I'm not sure what the Linux + Chome command would be.
This commit is contained in:
Sean Linsley 2016-09-11 15:12:15 -05:00 committed by GitHub
parent 153752fa49
commit 896c58ec71

View File

@ -36,12 +36,13 @@ your web browser.
_Firefox:_
```bash
$ firefox book/index.html
$ firefox book/index.html # Linux
$ open -a "Firefox" book/index.html # OS X
```
_Chrome:_
```bash
$ open -a "Google Chrome" book/index.html
$ open -a "Google Chrome" book/index.html # OS X
```
To run the tests: