docs: fix typo yaml -> yml in README.md (#1579)

This commit is contained in:
Hoa "Rin" Nguyen 2025-03-02 23:18:12 +11:00 committed by GitHub
parent 8cfbbbb1e9
commit d43a93adbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`