From 8782363a882c0889a13e0cc771a0ee7ff572de9e Mon Sep 17 00:00:00 2001 From: Jared Nay Date: Thu, 28 Aug 2025 20:06:45 -0400 Subject: [PATCH] Add extra detail to line 33 of README.md to improve user accessibility. (#1675) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f843eb..32edc8e4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Then run: `docker compose -f pwd.yml up -d` ### To run on ARM64 architecture follow this instructions -After cloning the repo run this command to build multi-architecture images specifically for ARM64. +After you clone the repo and `cd frappe_docker`, run this command to build multi-architecture images specifically for ARM64. `docker buildx bake --no-cache --set "*.platform=linux/arm64"`