File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ $ cargo install mdbook
5353$ mdbook build
5454```
5555
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+
5663[ install Rust ] : http://rust-lang.org/install.html
5764
5865The 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
2727To be able to run the examples, you must be connected to the internet; you can
2828read all content offline, however!
2929
30- The following warnings can be ignored safely.
30+ ** The following warnings can be ignored safely.**
3131
3232```
3333[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