summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
authorPatrick von Platen <patrick.v.platen@gmail.com>2023-08-23 13:26:21 +0200
committerGitHub <noreply@github.com>2023-08-23 13:26:21 +0200
commit2c280007e8abad5eb4186ce0223fd7d60fd3fc58 (patch)
tree7990529736eb044def8c74fc2f1c9b5fb60c4b0b /candle-book
parent649202024c2ec8b771fd7c554f698dc2f58ba51b (diff)
downloadcandle-2c280007e8abad5eb4186ce0223fd7d60fd3fc58.tar.gz
candle-2c280007e8abad5eb4186ce0223fd7d60fd3fc58.tar.bz2
candle-2c280007e8abad5eb4186ce0223fd7d60fd3fc58.zip
Apply suggestions from code review
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