We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f02b09e + 632cdd4 commit 7b88740Copy full SHA for 7b88740
README.md
@@ -14,15 +14,28 @@ what we have for now.
14
15
## Build steps
16
17
-First, go to the repository folder and test the code snippets to catch
18
-compilation errors:
+To build the project, follow the steps given below :
+
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:
27
28
```sh
29
cd reference
30
31
+Run the following command to test the code snippets to catch compilation errors:
32
33
+```shell
34
mdbook test
35
```
36
-And then generate the book:
37
38
+To generate a local instance of the book, run:
39
40
41
mdbook build
0 commit comments