summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHimaj Patil <78681144+HimajPatil@users.noreply.github.com>2023-10-16 00:59:16 +0530
committerGitHub <noreply@github.com>2023-10-15 21:29:16 +0200
commit5f400983d588ec91a688453ce69cec94d310cc70 (patch)
tree732226fe12a756ca80d0bc1a8bde3b6c03c06b12
parentf5d70e7fa7195658e3200f71a1653e07fe81275a (diff)
downloadNim-5f400983d588ec91a688453ce69cec94d310cc70.tar.gz
Update readme.md (#22827)
Added table view in Compiling section of documentation
-rw-r--r--readme.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 5ba63550c..cbe902c52 100644
--- a/readme.md
+++ b/readme.md
@@ -35,9 +35,11 @@ the latest release, check out [Nim's website][nim-site] or [bleeding edge docs](
 The compiler currently officially supports the following platform and
 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, ppc64 and Apple Silicon (based on the ARM64 architecture)
+| Operating System               | Architectures Supported                          |
+|--------------------------------|----------------------------------------|
+| Windows (Windows XP or greater) | x86 and x86_64                             |
+| Linux (most distributions)     | x86, x86_64, ppc64, and armv6l             |
+| Mac OS X (10.04 or greater)    | x86, x86_64, ppc64, and Apple Silicon (ARM64) |
 
 More platforms are supported, however, they are not tested regularly and they
 may not be as stable as the above-listed platforms.