Skip to content

Latest commit

 

History

History

rzup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

rzup

Install, update, or revert to a specific RISC Zero version.

Install

curl -L https://risczero.com/install | bash

Usage

To install the latest RISC Zero release version:

rzup install

Optionally, you can specify which version of cargo-risczero to install with:

rzup install cargo-risczero $VERSION

Where the $VERSION is a release tag (e.g v1.1.1).

To enable verbose installation logs:

rzup --verbose install

To view usage/help information:

rzup --help

Tip: Most flags have a single-character shorthand. See rzup -h for more information.