diff --git a/aztec-up/bin/aztec-install b/aztec-up/bin/aztec-install index 7174d749690..bec2edb9a43 100755 --- a/aztec-up/bin/aztec-install +++ b/aztec-up/bin/aztec-install @@ -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:"