diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 43324d2bdb..660653908b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,6 +53,13 @@ $ cargo install mdbook $ mdbook build ``` +**The following warnings can be ignored safely.** + +``` +[WARN] (mdbook::preprocess::cmd): The command wasn't found, is the "gettext" preprocessor installed? +[WARN] (mdbook::preprocess::cmd): Command: mdbook-gettext +``` + [install Rust]: http://rust-lang.org/install.html The files will be in the `book` directory at the top-level; `mdbook serve` will diff --git a/README.md b/README.md index 16b849f0b7..bf78e3d3ca 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ mdbook serve To be able to run the examples, you must be connected to the internet; you can read all content offline, however! -The following warnings can be ignored safely. +**The following warnings can be ignored safely.** ``` [WARN] (mdbook::preprocess::cmd): The command wasn't found, is the "gettext" preprocessor installed?