We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b7f08 commit e3717adCopy full SHA for e3717ad
README.md
@@ -42,10 +42,14 @@ There are multiple ways to install mdBook.
42
43
This will constrain the server to install the latest **non-breaking**
44
version of mdBook and will prevent your books from failing to build because
45
- we released a new version. For example:
+ we released a new version.
46
+
47
+ You can also disable default features to speed up compile time.
48
49
+ Example:
50
51
```
- cargo install mdbook --vers "^0.1.0"
52
+ cargo install mdbook --no-default-features --features output --vers "^0.1.0"
53
54
55
3. **From Git**
0 commit comments