mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 15:28:40 +08:00
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:
parent
153752fa49
commit
896c58ec71
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user