Add Chrome/Linux bash command

This commit is contained in:
Patrick McCann 2016-09-12 20:12:58 -04:00 committed by GitHub
parent 34eca19f8d
commit 8ef9d1f2e4

View File

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