From e2c5249c6ef874f5190927ae98320175ab731b5b Mon Sep 17 00:00:00 2001 From: Leah Hanson Date: Thu, 21 Mar 2013 11:23:27 -0400 Subject: [PATCH 1/2] Modified README to specify 64bit-only. Fixes #307. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5872d0ea153..c452c7e30c3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Servo Parallel Browser Project Servo is a prototype web browser engine written in the [Rust](https://github.com/mozilla/rust) -language. It is currently developed on OS X and Linux. +language. It is currently developed on OS X and 64bit Linux. ## Prerequisites From 1bea7e6a42d1d17e440d8b6bb0c0b2c82a930934 Mon Sep 17 00:00:00 2001 From: Leah Hanson Date: Thu, 21 Mar 2013 12:17:28 -0400 Subject: [PATCH 2/2] Specified that OS X also needs to be 64bit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c452c7e30c3..0255578c54f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Servo Parallel Browser Project Servo is a prototype web browser engine written in the [Rust](https://github.com/mozilla/rust) -language. It is currently developed on OS X and 64bit Linux. +language. It is currently developed on 64bit OS X and 64bit Linux. ## Prerequisites