summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-02-19 01:12:13 -0500
committerGitHub <noreply@github.com>2023-02-19 01:12:13 -0500
commit2a1c4104fd5c5279b391c02708295839faa351ec (patch)
treeea1c724420c371f74150fac351abcabd6fa5e698 /README.md
parentf89b243589b5d0e0a3dfe75337a66fa1091d0434 (diff)
other: promote macOS aarch64 to official support (#1025)
Since I have a macOS M1 laptop to test on now, I think it's a good time to bump it to be officially supported, especially since it's going to be the main macOS platform for the foreseeable feature.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index a565062b..08fdb529 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ You can find more details in [the documentation](https://clementtsang.github.io/
bottom _officially_ supports the following operating systems and corresponding architectures:
-- macOS (`x86_64`)
+- macOS (`x86_64`, `aarch64`)
- Linux (`x86_64`, `i686`, `aarch64`)
- Windows (`x86_64`, `i686`)
@@ -117,13 +117,12 @@ bottom may work on a number of platforms that aren't officially supported. Note
- Might not be properly tested by maintainers prior to a stable release.
- May only receive limited support, such as missing features or bugs that may not be fixed.
-Note that some unsupported platforms may eventually be officially supported (e.g., FreeBSD, M1 macOS devices).
+Note that some unsupported platforms may eventually be officially supported (e.g., FreeBSD).
A non-comprehensive list of some currently unofficially supported platforms that may compile/work include:
-- FreeBSD on `x86_64`
-- Linux on `armv6`, `armv7`, `powerpc64le`, `riscv64gc`
-- macOS on `aarch64`
+- FreeBSD (`x86_64`)
+- Linux (`armv6`, `armv7`, `powerpc64le`, `riscv64gc`)
For more details on unsupported platforms and known problems, check out [the documentation](https://clementtsang.github.io/bottom/nightly/support/unofficial/).