mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Merge pull request #252 from seanlinsley/patch-1
Update command to open the docs in Firefox
This commit is contained in:
commit
34eca19f8d
@ -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