Skip to content

Commit 3bcb13a

Browse files
committed
Simplify the Building section to only recommend mdbook serve command
1 parent 18eb653 commit 3bcb13a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,14 @@ $ cargo install mdbook
2929

3030
### Building
3131

32-
To build the book, do this:
33-
34-
```bash
35-
$ mdbook build
36-
```
37-
38-
The output will be in the `book` subdirectory. You can start a local static webserver
39-
in the `book` subdirectory to check it out. [mdbook] also includes a simple static webserver.
40-
To run the webserver included with mdbook, run the following command:
32+
The most straight-forward way to build and view the book locally is to use the following command:
4133
```bash
4234
$ mdbook serve
4335
```
4436

4537
This serves the book at http://localhost:3000, and rebuilds it on changes.
46-
You can now view the book in your web browser.
38+
You can now view the book in your web browser. If you make changes to the book's source code,
39+
you should only need to refresh your browser to see them.
4740

4841
_Firefox:_
4942

0 commit comments

Comments
 (0)