From db48d62727ad24d0ef95f57c77f3a8c7ef4964d3 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Wed, 25 Sep 2024 06:34:57 -0400 Subject: [PATCH] Change "Apple M1" to "Apple M-series". --- posts/2024/farmOS-3.3.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024/farmOS-3.3.0/index.md b/posts/2024/farmOS-3.3.0/index.md index de5e945..62cdbb6 100644 --- a/posts/2024/farmOS-3.3.0/index.md +++ b/posts/2024/farmOS-3.3.0/index.md @@ -61,7 +61,7 @@ the basis for farmOS-timeline. We are now building official ARM64v7 and ARM64v8 Docker images and pushing them to the [farmOS Docker Hub repository](https://hub.docker.com/r/farmos/farmos). This means that it's easier to run farmOS in Docker on newer Raspberry Pi and -Apple M1 processors. Previously, you would need to clone the farmOS Git +Apple M-series processors. Previously, you would need to clone the farmOS Git repository and run `docker build` locally, but now you can just run `docker pull farmos/farmos:3.3.0` to download the official image.