Skip to content

Commit

Permalink
Merge branch 'master' into spy/deploy-versioned-aztec-up
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Oct 25, 2024
2 parents 20776de + 4c4974f commit abd2e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aztec-up/bin/aztec-install
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function title() {
print_colored "╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝ ╚═════╝"
echo -e "${r}"
echo -e "Welcome to the ${bold}${b}Aztec${r} installer! Your journey into blockchain privacy begins... ${bold}${p}now${r}."
echo -e "We presently leverage docker to simplify releases of our complex project."
echo -e "Please ensure it's installed for your platform: https://docs.docker.com/engine/install"
echo -e "We provide a docker image that works on any modern system (specifically: x64 or ARM64)."
echo -e "Please ensure docker is installed for your platform: https://docs.docker.com/engine/install"
echo
if [ "$(uname -s)" == "Darwin" ]; then
echo -e "${y}WARNING: For best performance we recommend adjusting your default docker settings:"
Expand Down

0 comments on commit abd2e29

Please sign in to comment.