add ~/ in setup instructions

This commit is contained in:
powermik 2013-01-18 18:58:31 +01:00
parent f55dbea607
commit 464debb4f7

View File

@ -58,7 +58,7 @@ Start Terminal
<code>bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )</code>
<code>echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile</code>
<code>source .bash_profile</code>
<code>source ~/.bash_profile</code>
<code>sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby</code>
Note: Enter and confirm a new MySQL password
@ -82,4 +82,4 @@ Start Terminal
<code>rake db:create</code>
<code>rake db:schema:load</code>
<code>rails server</code>
<code>rails server</code>