backquote port
This commit is contained in:
parent
f4b4a331d7
commit
c922b8aae6
|
@ -23,9 +23,9 @@ root instead of the current working directory.
|
||||||
mdbook serve path/to/book
|
mdbook serve path/to/book
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Server options
|
### Server options
|
||||||
|
|
||||||
The `serve` hostname defaults to `localhost`, and the port defaults to 3000. Either option can be specified on the command line:
|
The `serve` hostname defaults to `localhost`, and the port defaults to `3000`. Either option can be specified on the command line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mdbook serve path/to/book -p 8000 -n 127.0.0.1
|
mdbook serve path/to/book -p 8000 -n 127.0.0.1
|
||||||
|
|
Loading…
Reference in New Issue