From 6f3701d604d604126c7e511c53cd05856dbc27fc Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Mon, 11 May 2015 23:43:58 -0700 Subject: [PATCH] readme: Rework the arch support matrix --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f92fc653e0e..da59629b049 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,11 @@ fetch snapshots, and an OS that can execute the available snapshot binaries. Snapshot binaries are currently built and tested on several platforms: -* Windows (7, 8, Server 2008 R2), x86 and x86-64 (64-bit support added in Rust 0.12.0) -* Linux (2.6.18 or later, various distributions), x86 and x86-64 -* OSX 10.7 (Lion) or greater, x86 and x86-64 +| Platform \ Architecture | x86 | x86_64 | +|--------------------------------|-----|--------| +| Windows (7, 8, Server 2008 R2) | ✓ | ✓ | +| Linux (2.6.18 or later) | ✓ | ✓ | +| OSX (10.7 Lion or later) | ✓ | ✓ | You may find that other platforms work, but these are our officially supported build environments that are most likely to work.