Skip to content

Commit

Permalink
Add expected error behavior into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurarpit committed Jan 31, 2024
1 parent 179256a commit 08b3fe1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 08b3fe1

Please sign in to comment.