Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Jan 12, 2024
1 parent a510254 commit cf4c185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# risc0pkgs - Nixified [RISC Zero](https://www.risczero.com/) Packages

`risc0pkgs` contains risc0 related packages like `r0vm` and risc0's `rustc` fork packaged with Nix. Moreover, it provides a helper function: `buildRisc0Package`, which you can use to package your risc0 project. The following section describes how to set up a risc0 project from scratch.

## Getting Started

It's recommended to get started by initializing your project using the default template:
Expand All @@ -16,8 +18,6 @@ git add -A
nix build .#risc0package
```

Note: Change the `system` to `aarch64-darwin` if you're on macOS.

If you want to integrate `risc0` into your existing flake, see `./templates/default/flake.nix`.

## Development Shell
Expand Down

0 comments on commit cf4c185

Please sign in to comment.