From 6ad391a9430b874ef2d81f1ae4c1786d7921f98d Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Tue, 19 Sep 2023 22:26:03 -0700 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 690030e..5d5d73e 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,12 @@ And you can check your version by running `mdbook-quiz -V`. This repository uses ### From source -You need Cargo and [Depot](https://github.com/cognitive-engineering-lab/depot) installed. Then run: +You need Cargo, [cargo-make](https://github.com/sagiegurari/cargo-make), and [Depot](https://github.com/cognitive-engineering-lab/depot) installed. Then run: ``` git clone https://github.com/cognitive-engineering-lab/mdbook-quiz cd mdbook-quiz +cargo make init-bindings cargo install --path crates/mdbook-quiz ```