From 2e55666b4607cd9f888cf71a5634a37a01215526 Mon Sep 17 00:00:00 2001
From: T-Moe <tpuschkasch@gmail.com>
Date: Sat, 18 Sep 2010 04:01:06 +0800
Subject: [PATCH] Added note about universe being required under Ubuntu to
 Readme.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2398be5dca..38b2e875a7 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,8 @@ To install Ruby 1.8.7 on **Ubuntu**, run the following command:
 
 		sudo apt-get install ruby-full
 
+Please note that you need to have Universe enabled in your /etc/apt/sources.list file to install ruby using apt-get. 
+
 At this time Fedora does not have Ruby 1.8.7. As a workaround it is possible to use [rvm](http://rvm.beginrescueend.com/) with a locally compiled Ruby installation. A semi automated method for doing this is available. It is highly recommended that you review the script before running it so you understand what will occur. The script can be executed by running the following command:
 
 		./script/bootstrap-fedora-diaspora.sh
-- 
GitLab