File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,20 @@ documentation useful for members of [The Rust Programming Language].
6
6
[ the rust programming language ] : https://rust-lang.org
7
7
[ rust forge ] : https://forge.rust-lang.org
8
8
9
- # Building
10
-
11
- ```
12
- $ mdbook build
13
- ```
14
-
15
- This will build and run the ` blacksmith ` tool automatically.
16
-
17
9
# Development
18
10
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.
21
12
13
+ ``` console
14
+ mdbook build
22
15
```
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
24
23
```
25
24
26
25
## JavaScript
You can’t perform that action at this time.
0 commit comments