Created
January 24, 2013 23:23
-
-
Save leedo/4629474 to your computer and use it in GitHub Desktop.
trollolol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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