From ca14d8bab86933debf6a3d423adbb1cf070765fe Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 24 Oct 2024 16:20:37 -0400 Subject: [PATCH 1/3] docs: clean up docker messaging --- aztec-up/bin/aztec-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec-up/bin/aztec-install b/aztec-up/bin/aztec-install index 71eecbbe785..94daff14f23 100755 --- a/aztec-up/bin/aztec-install +++ b/aztec-up/bin/aztec-install @@ -27,7 +27,7 @@ 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 "The only pre-existing dependency is docker. The docker image works on any modern system (64-bit ARM64 or x64)." echo -e "Please ensure it's installed for your platform: https://docs.docker.com/engine/install" echo if [ "$(uname -s)" == "Darwin" ]; then From 028b08161c87b70e4b799d11b68759ac2d358d87 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 24 Oct 2024 16:24:59 -0400 Subject: [PATCH 2/3] Update aztec-install --- aztec-up/bin/aztec-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec-up/bin/aztec-install b/aztec-up/bin/aztec-install index 94daff14f23..bee3d4cbc8d 100755 --- a/aztec-up/bin/aztec-install +++ b/aztec-up/bin/aztec-install @@ -27,7 +27,7 @@ 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 "The only pre-existing dependency is docker. The docker image works on any modern system (64-bit ARM64 or x64)." + echo -e "The only pre-existing dependency is docker. The docker image works on any modern system (64-bit ARM64 or x64, i.e. modern Windows, Mac or Linux)." echo -e "Please ensure it's installed for your platform: https://docs.docker.com/engine/install" echo if [ "$(uname -s)" == "Darwin" ]; then From f8a33e513d3750f4e1e1898a41958a5312432050 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 24 Oct 2024 16:28:20 -0400 Subject: [PATCH 3/3] Update aztec-install --- 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 bee3d4cbc8d..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 "The only pre-existing dependency is docker. The docker image works on any modern system (64-bit ARM64 or x64, i.e. modern Windows, Mac or Linux)." - 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:"