File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ $ cargo install mdbook
53
53
$ mdbook build
54
54
```
55
55
56
+ ** The following warnings can be ignored safely.**
57
+
58
+ ```
59
+ [WARN] (mdbook::preprocess::cmd): The command wasn't found, is the "gettext" preprocessor installed?
60
+ [WARN] (mdbook::preprocess::cmd): Command: mdbook-gettext
61
+ ```
62
+
56
63
[ install Rust ] : http://rust-lang.org/install.html
57
64
58
65
The files will be in the ` book ` directory at the top-level; ` mdbook serve ` will
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ mdbook serve
27
27
To be able to run the examples, you must be connected to the internet; you can
28
28
read all content offline, however!
29
29
30
- The following warnings can be ignored safely.
30
+ ** The following warnings can be ignored safely.**
31
31
32
32
```
33
33
[WARN] (mdbook::preprocess::cmd): The command wasn't found, is the "gettext" preprocessor installed?
You can’t perform that action at this time.
0 commit comments