Skip to content

Commit

Permalink
Merge pull request #8 from succinctlabs/conner/install-fix
Browse files Browse the repository at this point in the history
fix: update risc0 bin path in install script
  • Loading branch information
yourbuddyconner authored Sep 25, 2024
2 parents d863550 + 5fd5386 commit d1f80f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cargo prove --version || error_exit "Checking cargo prove version"

# Install the Risc0 toolchain
curl -L https://risczero.com/install | bash || error_exit "Installing Risc Zero toolchain"
source ~/.bashrc
export PATH="$PATH:$HOME/.risc0/bin"
rzup install || error_exit "Updating Risc Zero toolchain"
cargo risczero --version || error_exit "Checking cargo risczero version"

Expand Down

0 comments on commit d1f80f2

Please sign in to comment.