Skip to content

Commit f59b37e

Browse files
authored
Merge pull request #1810 from gaurarpit/test1
Add expected error behavior into docs
2 parents 179256a + 08b3fe1 commit f59b37e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5865
The files will be in the `book` directory at the top-level; `mdbook serve` will

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mdbook serve
2727
To be able to run the examples, you must be connected to the internet; you can
2828
read 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?

0 commit comments

Comments
 (0)