a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
619 stars 123 forks source link

fix build command #285

Closed flyq closed 4 months ago

flyq commented 4 months ago

the build section in https://github.com/a16z/jolt?tab=readme-ov-file#build:

cargo build --profile build-fast jolt-core

should change to

cargo build --profile build-fast -p jolt-core

mw2000 commented 4 months ago

@flyq added the simple change for this in #286