Skip to content

Commit

Permalink
chore: update install instructions for foundry to display version of …
Browse files Browse the repository at this point in the history
…rust to install (AztecProtocol#9653)
  • Loading branch information
TomAFrench authored Nov 2, 2024
1 parent 67b6d4a commit f5d8a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ function check_toolchains {
if ! $tool --version 2> /dev/null | grep 25f24e6 > /dev/null; then
encourage_dev_container
echo "$tool not in PATH or incorrect version (requires 25f24e677a6a32a62512ad4f561995589ac2c7dc)."
echo "Installation: https://book.getfoundry.sh/getting-started/installation (requires rust 1.75)"
echo "Installation: https://book.getfoundry.sh/getting-started/installation (requires rust 1.79+)"
echo " rustup toolchain install 1.79"
echo " curl -L https://foundry.paradigm.xyz | bash"
echo " foundryup -b 25f24e677a6a32a62512ad4f561995589ac2c7dc"
exit 1
Expand Down

0 comments on commit f5d8a07

Please sign in to comment.