Skip to content

Commit 46f4741

Browse files
aleasimsnkaskov
authored andcommitted
Some small additions in README
1 parent 875793d commit 46f4741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Languages currently supported are:
4040
* [Boost](https://www.boost.org/) >= 1.76.0
4141
* [CMake](https://cmake.org/) >= 3.5
4242
* [Clang](https://clang.llvm.org/) >= 12.0
43+
* [Python](https://www.python.org/) >= 3.7
4344

4445
On Debian systems, everything except Boost can be installed with the following command:
4546

@@ -77,7 +78,7 @@ make -C ${ZKLLVM_BUILD:-build} assigner clang -j$(nproc)
7778

7879
**4. Build the Rust toolchain**
7980

80-
Make sure you have [`rustc`](https://www.rust-lang.org/tools/install) installed first.
81+
Make sure you have [`rustc`](https://www.rust-lang.org/tools/install) with `cargo` installed first.
8182

8283
```bash
8384
make -C ${ZKLLVM_BUILD:-build} rslang -j$(nproc)

0 commit comments

Comments
 (0)