We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34423a9 commit 69174bbCopy full SHA for 69174bb
1 file changed
README.md
@@ -7,6 +7,11 @@ Given an input program, the interpreter:
7
- compiles the term to a circuit definition.
8
- Builds the unitary for the output.
9
10
+## Building
11
+
12
+The project should build with a standard rust installation, and is tested with rustc/cargo 1.88.0.
13
+These can be installed by a tool such as [rustup](https://rustup.rs/) or by using the provided nix flake.
14
15
## Running
16
17
A file of commands can be run using:
0 commit comments