File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
book
2
2
stable-check /
3
+ .idea
Original file line number Diff line number Diff line change @@ -14,15 +14,28 @@ what we have for now.
14
14
15
15
## Build steps
16
16
17
- First, go to the repository folder and test the code snippets to catch
18
- compilation errors:
17
+ To build the project, follow the steps given below :
18
+
19
+ Clone the project by downloading the ZIP from the [ GitHub page] ( https://github.com/rust-lang/reference ) or
20
+ run the following command:
21
+
22
+ ```
23
+ git clone https://github.com/rust-lang/reference
24
+ ```
25
+
26
+ Change the directory to the downloaded repository:
19
27
20
28
``` sh
21
29
cd reference
30
+ ```
31
+ Run the following command to test the code snippets to catch compilation errors:
32
+
33
+ ``` shell
22
34
mdbook test
23
35
```
24
36
25
- And then generate the book:
37
+
38
+ To generate a local instance of the book, run:
26
39
27
40
``` sh
28
41
mdbook build
You can’t perform that action at this time.
0 commit comments