From d43a93adbb93de6c07028b95e787d42aaeb15638 Mon Sep 17 00:00:00 2001 From: "Hoa \"Rin\" Nguyen" Date: Sun, 2 Mar 2025 23:18:12 +1100 Subject: [PATCH] docs: fix typo yaml -> yml in README.md (#1579) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 269db059..39f843eb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ After cloning the repo run this command to build multi-architecture images speci and then -- add `platform: linux/arm64` to all services in the pwd.yaml +- add `platform: linux/arm64` to all services in the `pwd.yml` - replace the current specified versions of erpnext image on `pwd.yml` with `:latest` Then run: `docker compose -f pwd.yml up -d`