summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2019-11-30 01:10:11 +0100
committerDylan DPC <dylan.dpc@gmail.com>2019-11-30 01:10:11 +0100
commite3717ad47bf5a659c7b7084b8b006fa05e9d9ff8 (patch)
tree502a626c8fea6a6605f47690b9c7061ea222a446
parent49b7f08164012f5840a0ec571d341eabf9276fc3 (diff)
Add --features to CI recipe (#1103)
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 646d6875..bfd472b5 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,14 @@ There are multiple ways to install mdBook.
This will constrain the server to install the latest **non-breaking**
version of mdBook and will prevent your books from failing to build because
- we released a new version. For example:
+ we released a new version.
+
+ You can also disable default features to speed up compile time.
+
+ Example:
```
- cargo install mdbook --vers "^0.1.0"
+ cargo install mdbook --no-default-features --features output --vers "^0.1.0"
```
3. **From Git**