summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
Diffstat (limited to 'candle-book')
-rw-r--r--candle-book/src/guide/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md
index 0b429566..467b477a 100644
--- a/candle-book/src/guide/installation.md
+++ b/candle-book/src/guide/installation.md
@@ -32,7 +32,7 @@ cargo add --git https://github.com/huggingface/candle.git candle-core --features
Run `cargo build` to make sure everything can be correctly built.
```bash
-cargo run
+cargo build
```
**Without Cuda support**:
@@ -45,10 +45,10 @@ cd myapp
cargo add --git https://github.com/huggingface/candle.git candle-core
```
-Finally, run `cargo run` to make sure everything can be correctly built.
+Finally, run `cargo build` to make sure everything can be correctly built.
```bash
-cargo run
+cargo build
```
**With mkl support**