diff --git a/README.textile b/README.textile
index 68d5fe6..b5cba09 100644
--- a/README.textile
+++ b/README.textile
@@ -38,14 +38,14 @@ Set your domain, user_name, and password in config/environment.rb
h1. Installation on clean install of Ubuntu 12.04 LTS
-sudo apt-get update
-sudo apt-get -y install build-essential ruby1.9.3 git mysql-server mysql-client libmysqlclient-dev libxml2-dev libxslt-dev
-sudo gem install rails
-git clone https://github.com/iobridge/thingspeak.git
-cp thingspeak/config/database.yml.example thingspeak/config/database.yml
-cd thingspeak
-bundle install
-bundle exec rake db:create
-bundle exec rake db:schema:load
-rails server
+sudo apt-get upgrade
+sudo apt-get -y install build-essential mysql-server mysql-client libmysqlclient-dev libxml2-dev libxslt-dev git-core curl rubygems
+\curl -sSL https://get.rvm.io | bash -s stable
+rvm install 2.1
+git clone https://github.com/iobridge/thingspeak.git
+cd thingspeak
+bundle install
+cp config/database.yml.example config/database.yml
+rake db:create
+rails server