diff options
author | flywind <xzsflywind@gmail.com> | 2021-08-31 20:05:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 14:05:45 +0200 |
commit | 3469f3a39320cf35d02d11b78c7db0be79e992f8 (patch) | |
tree | 9312991be57d2f520284490ab3b0a1c2830e7c63 | |
parent | 8f4bdb3596bb7650f2688b8243dc3164abfc21c9 (diff) | |
download | Nim-3469f3a39320cf35d02d11b78c7db0be79e992f8.tar.gz |
add Apple Silicon to supporting platforms (#18772)
* add Apple Silicon to supporting platforms * Update readme.md Co-authored-by: flywind <xzsflywind@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 7c6e28be3..b28c25ec1 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ architecture combinations: * Windows (Windows XP or greater) - x86 and x86_64 * Linux (most, if not all, distributions) - x86, x86_64, ppc64 and armv6l - * Mac OS X (10.04 or greater) - x86, x86_64 and ppc64 + * Mac OS X (10.04 or greater) - x86, x86_64, ppc64 and Apple Silicon (based on the ARM64 architecture) More platforms are supported, however, they are not tested regularly and they may not be as stable as the above-listed platforms. |