File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,28 @@ what we have for now.
1414
1515## Build steps
1616
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:
1927
2028``` sh
2129cd reference
30+ ```
31+ Run the following command to test the code snippets to catch compilation errors:
32+
33+ ``` shell
2234mdbook test
2335```
2436
25- And then generate the book:
37+
38+ To generate a local instance of the book, run:
2639
2740``` sh
2841mdbook build
You can’t perform that action at this time.
0 commit comments