Skip to content

Commit

Permalink
gem now available on rubyforge
Browse files Browse the repository at this point in the history
  • Loading branch information
candlerb committed May 22, 2009
1 parent 703ca93 commit ebb1526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.markdown
Expand Up @@ -9,8 +9,7 @@ command-line Ruby interpreter is required.
Installation Installation
------------ ------------


sudo gem sources -a http://gems.github.com/ sudo gem install snailgun
sudo gem install candlerb-snailgun


Or for the latest code, `git clone git://github.com/candlerb/snailgun.git` Or for the latest code, `git clone git://github.com/candlerb/snailgun.git`
and put the bin directory into your PATH. and put the bin directory into your PATH.
Expand Down Expand Up @@ -139,7 +138,7 @@ You can get noticeably faster startup if you don't use rubygems to invoke
the programs. To do this, you can add the binary directory directly into the programs. To do this, you can add the binary directory directly into
the front of your PATH, e.g. for Ubuntu the front of your PATH, e.g. for Ubuntu


PATH=/var/lib/gems/1.8/gems/snailgun-1.0.2/bin:$PATH PATH=/var/lib/gems/1.8/gems/snailgun-1.0.3/bin:$PATH


Alternatively, create a file called `fruby` somewhere early on in your PATH Alternatively, create a file called `fruby` somewhere early on in your PATH
(e.g. under `$HOME/bin`), like this: (e.g. under `$HOME/bin`), like this:
Expand Down
1 change: 0 additions & 1 deletion TODO
@@ -1 +0,0 @@
Turn into a gem and/or plugin

0 comments on commit ebb1526

Please sign in to comment.