Skip to content

Commit 6e5394b

Browse files
authored
Update README.md
1 parent 7199780 commit 6e5394b

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@ documentation useful for members of [The Rust Programming Language].
66
[the rust programming language]: https://rust-lang.org
77
[rust forge]: https://forge.rust-lang.org
88

9-
# Building
10-
11-
```
12-
$ mdbook build
13-
```
14-
15-
This will build and run the `blacksmith` tool automatically.
16-
179
# Development
1810

19-
When developing it's recommended to use the `serve` command to launch a local
20-
server to allow you to easily see and update changes you make.
11+
you can build a local version by running the following command.
2112

13+
```console
14+
mdbook build
2215
```
23-
$ mdbook serve
16+
17+
This will build and run the `blacksmith` tool automatically. When developing
18+
it's recommended to use the `serve` command to launch a local server to allow
19+
you to easily see and update changes you make.
20+
21+
```console
22+
mdbook serve
2423
```
2524

2625
## JavaScript

0 commit comments

Comments
 (0)