mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-05 23:03:06 +00:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
|
set -e
|
||
|
|
curl -L https://risczero.com/install | bash
|
||
|
|
/Users/.risc0/bin/rzup install
|
||
|
|
cargo build
|