Skip to content

Commit 12996ce

Browse files
authored
revise document of installing ballista pinned to specified version (#2034)
Co-authored-by: duripeng <[email protected]>
1 parent 485bfa6 commit 12996ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ballista/rust/client/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ A simple way to start a local cluster for testing purposes is to use cargo to in
4949
the scheduler and executor crates.
5050

5151
```bash
52-
cargo install ballista-scheduler
53-
cargo install ballista-executor
52+
cargo install --locked ballista-scheduler
53+
cargo install --locked ballista-executor
5454
```
5555

5656
With these crates installed, it is now possible to start a scheduler process.

docs/source/user-guide/distributed/deployment/cargo-install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ A simple way to start a local cluster for testing purposes is to use cargo to in
2323
the scheduler and executor crates.
2424

2525
```bash
26-
cargo install ballista-scheduler
27-
cargo install ballista-executor
26+
cargo install --locked ballista-scheduler
27+
cargo install --locked ballista-executor
2828
```
2929

3030
With these crates installed, it is now possible to start a scheduler process.

0 commit comments

Comments
 (0)