Skip to content

Commit

Permalink
update risc0 bin path in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
yourbuddyconner committed Sep 25, 2024
1 parent d863550 commit 5fd5386
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 5fd5386

Please sign in to comment.