From 4c4974f0d49ed3623accf78b292b58beb73e6a0e Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 25 Oct 2024 11:37:53 -0400 Subject: [PATCH] docs: clean up docker messaging (#9419) --- aztec-up/bin/aztec-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aztec-up/bin/aztec-install b/aztec-up/bin/aztec-install index 71eecbbe785..de49749faec 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:"