summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
Diffstat (limited to 'candle-book')
-rw-r--r--candle-book/src/guide/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md
index 56d73ad3..0b429566 100644
--- a/candle-book/src/guide/installation.md
+++ b/candle-book/src/guide/installation.md
@@ -45,7 +45,7 @@ cd myapp
cargo add --git https://github.com/huggingface/candle.git candle-core
```
-Finally, run `cargo build` to make sure everything can be correctly built.
+Finally, run `cargo run` to make sure everything can be correctly built.
```bash
cargo run