Skip to content

Commit e3717ad

Browse files
matkladDylan-DPC
authored andcommitted
Add --features to CI recipe (#1103)
1 parent 49b7f08 commit e3717ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,14 @@ There are multiple ways to install mdBook.
4242

4343
This will constrain the server to install the latest **non-breaking**
4444
version of mdBook and will prevent your books from failing to build because
45-
we released a new version. For example:
45+
we released a new version.
46+
47+
You can also disable default features to speed up compile time.
48+
49+
Example:
4650

4751
```
48-
cargo install mdbook --vers "^0.1.0"
52+
cargo install mdbook --no-default-features --features output --vers "^0.1.0"
4953
```
5054

5155
3. **From Git**

0 commit comments

Comments
 (0)