From 896c58ec71dfddf2cd338a9a7922e88cbfda4877 Mon Sep 17 00:00:00 2001 From: Sean Linsley Date: Sun, 11 Sep 2016 15:12:15 -0500 Subject: [PATCH] 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. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2500f481b..ed93905df 100644 --- a/README.md +++ b/README.md @@ -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: