Skip to content

Commit 93d12eb

Browse files
committed
We can install both dependencies with a single command
1 parent b7efd93 commit 93d12eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/getting-started/quickstart.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ We'll use only two tools initially: `simc` (the SimplicityHL compiler) and `hal-
66

77
Both of these can be installed with `cargo`; make sure you <a href="https://doc.rust-lang.org/stable/cargo/getting-started/installation.html">have `cargo` installed</a> first.
88

9-
You can then install these tools with the commands
9+
You can then install these tools with the command
1010

1111
```bash
12-
cargo install simplicityhl
13-
cargo install hal-simplicity
12+
cargo install simplicityhl hal-simplicity
1413
```
1514

1615
We also need to check out a copy of the `SimplicityHL` repository in

0 commit comments

Comments
 (0)