Skip to content

Instantly share code, notes, and snippets.

@leedo
Created January 24, 2013 23:23
Show Gist options
  • Select an option

  • Save leedo/4629474 to your computer and use it in GitHub Desktop.

Select an option

Save leedo/4629474 to your computer and use it in GitHub Desktop.
trollolol
diff --git a/README.md b/README.md
index 55fe848..17c0953 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,14 @@ Hector supports a limited subset of IRC commands.
Install Hector with RubyGems and create your server:
+ $ git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
+ $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
+ $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
+ $ exec $SHELL -l
+ $ rbenv install 1.9.3-p327
+ $ git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
+ $ rbenv install 1.9.3-p327
+ $ rbenv rehash
$ gem install -r hector
$ hector setup myserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment