diff --git a/README.textile b/README.textile
index dae9d51..0dfd393 100644
--- a/README.textile
+++ b/README.textile
@@ -51,35 +51,35 @@ Start Terminal
cd ~
-sudo apt-get install aptitude
-sudo aptitude update
-sudo aptitude install build-essential git-core curl
+sudo apt-get install aptitude
+sudo aptitude update
+sudo aptitude install build-essential git-core curl
-bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
-echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
+bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
+echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
-source .bash_profile
+source .bash_profile
-sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby
+sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby
Note: Enter and confirm a new MySQL password
-sudo aptitude install libssl-dev libopenssl-ruby libxslt1.1 libxslt1-dev libxml2 libxml2-dev rubygems
+sudo aptitude install libssl-dev libopenssl-ruby libxslt1.1 libxslt1-dev libxml2 libxml2-dev rubygems
-rvm pkg install openssl
-rvm pkg install iconv
-rvm install 1.9.2 -C ––with-openssl-dir=$HOME/.rvm/usr,––with-iconv-dir=$HOME/.rvm/usr
-rvm --default use 1.9.2
+rvm pkg install openssl
+rvm pkg install iconv
+rvm install 1.9.2 -C --with-openssl-dir=$HOME/.rvm/usr,--with-iconv-dir=$HOME/.rvm/
+rvm --default use 1.9.2
-git clone git://github.com/iobridge/thingspeak.git
+git clone git://github.com/iobridge/thingspeak.git
-cd thingspeak
+cd thingspeak
-bundle install
+bundle install
-gedit config/database.yml.example
+gedit config/database.yml.example
Note: Change database username and password for development, test, and production databases and save the file as database.yml
-rake db:create
-rake db:schema:load
+rake db:create
+rake db:schema:load
-rails server
\ No newline at end of file
+rails server
\ No newline at end of file