From 3d4dbdd9111f8b73c7fa7f38bdf867c3514844b9 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 30 Jul 2016 09:34:22 -0700 Subject: [PATCH] Note which operating systems we have tested on. (#322) --- doc/install-on-macosx.md | 2 +- doc/install-on-ubuntu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-on-macosx.md b/doc/install-on-macosx.md index 3c30c1e46..d55f82644 100644 --- a/doc/install-on-macosx.md +++ b/doc/install-on-macosx.md @@ -1,6 +1,6 @@ # Installation on Mac OS X -Ray must currently be built from source. +Ray must currently be built from source. We have tested Ray on OS X 10.11. ## Clone the Ray repository diff --git a/doc/install-on-ubuntu.md b/doc/install-on-ubuntu.md index 47a7f05f3..fe7fff34d 100644 --- a/doc/install-on-ubuntu.md +++ b/doc/install-on-ubuntu.md @@ -1,6 +1,6 @@ # Installation on Ubuntu -Ray must currently be built from source. +Ray must currently be built from source. We have tested Ray on Ubuntu 14.04. ## Clone the Ray repository