Skip to content

Commit 69174bb

Browse files
committed
Add building instructions to readme
1 parent 34423a9 commit 69174bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Given an input program, the interpreter:
77
- compiles the term to a circuit definition.
88
- Builds the unitary for the output.
99

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+
1015
## Running
1116

1217
A file of commands can be run using:

0 commit comments

Comments
 (0)