From 83284e2dba7d012c53bac63fae3476456a1149a9 Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:31:29 -0400 Subject: [PATCH] docs: edit docs regarding M1 macOS support --- README.md | 4 ++-- docs/content/support/unofficial.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ebd64c6..f100f526 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ For more details on supported platforms and known problems, check out [the docum ### Unofficial bottom may work on a number of platforms that aren't officially supported - these platforms may not be properly tested, -or may receive more limited support, or missing features/problems that may not be fixed. Some of these may eventually -be officially supported (e.g., FreeBSD, macOS ARM). +by maintainers prior to a stable release, or may receive more limited support, or missing features/problems that may +not be fixed. Some of these may eventually be officially supported (e.g., FreeBSD, M1 macOS devices). A non-comprehensive list of some currently unofficially supported platforms that may compile/work include: diff --git a/docs/content/support/unofficial.md b/docs/content/support/unofficial.md index afde237f..e033921a 100644 --- a/docs/content/support/unofficial.md +++ b/docs/content/support/unofficial.md @@ -13,4 +13,4 @@ Unofficially supported platforms known to compile/work: ## Known problems -- M1-based macOS devices may have issues with temperature sensors not returning anything. +- ARM-based macOS devices currently doesn't support the temperature widget. This should hopefully be fixed soon.