Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Welcome to `noir_rs`, a pure Rust implementation for generating and verifying zk
#### Explore source code here: [`noir_rs`](noir/tooling/noir_rs/).

### Build Status
- ![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test.yml/badge.svg)
- ![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml/badge.svg)
- [![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test.yml/badge.svg)](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test.yml)
- [![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml/badge.svg)](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml)
- ![Version](https://img.shields.io/badge/version-0.19.4-darkviolet)

## Add `noir_rs` to your project
Expand Down Expand Up @@ -65,4 +65,4 @@ Build for a specific target with:
cargo build --target TARGET_TRIPLET
```

Replace `TARGET_TRIPLET` with your desired target. For more targets, refer to the [Rust documentation](https://doc.rust-lang.org/beta/rustc/platform-support.html).
Replace `TARGET_TRIPLET` with your desired target. For more targets, refer to the [Rust documentation](https://doc.rust-lang.org/beta/rustc/platform-support.html).