You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,10 @@ We'll use only two tools initially: `simc` (the SimplicityHL compiler) and `hal-
6
6
7
7
Both of these can be installed with `cargo`; make sure you <ahref="https://doc.rust-lang.org/stable/cargo/getting-started/installation.html">have `cargo` installed</a> first.
8
8
9
-
You can then install these tools with the commands
9
+
You can then install these tools with the command
10
10
11
11
```bash
12
-
cargo install simplicityhl
13
-
cargo install hal-simplicity
12
+
cargo install simplicityhl hal-simplicity
14
13
```
15
14
16
15
We also need to check out a copy of the `SimplicityHL` repository in
0 commit comments