Merge pull request #255 from qolop/patch-1

Add Chrome/Linux bash command
This commit is contained in:
Carol (Nichols || Goulding) 2016-09-13 09:18:57 -04:00 committed by GitHub
commit 40e9cf563a

View File

@ -42,6 +42,7 @@ $ open -a "Firefox" book/index.html # OS X
_Chrome:_
```bash
$ google-chrome book/index.html # Linux
$ open -a "Google Chrome" book/index.html # OS X
```