Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created January 7, 2009 01:08
Show Gist options
  • Save TheNicholasNick/44108 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/44108 to your computer and use it in GitHub Desktop.
ruby-merb@localhost ~/_source $ cd ..
ruby-merb@localhost ~ $ export PATH=/home/ruby-merb/ruby/1.8.6-p287/bin:$PATH
ruby-merb@localhost ~ $ export RUBYLIB=/home/ruby-merb/ruby/1.8.6-p287/lib
ruby-merb@localhost ~ $ gem list
*** LOCAL GEMS ***
thor (0.9.9)
ruby-merb@localhost ~ $ mkdir merb-project
ruby-merb@localhost ~ $ cd merb-project
ruby-merb@localhost ~/merb-project $ mkdir gems
ruby-merb@localhost ~/merb-project $ curl -L http://merbivore.com/merb.thor > merb.thor % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 70301 100 70301 0 0 18453 0 0:00:03 0:00:03 --:--:-- 70583
ruby-merb@localhost ~/merb-project $ ls -l
total 80
drwxr-xr-x 2 ruby-merb ruby-merb 4096 Jan 7 11:51 gems
-rw-r--r-- 1 ruby-merb ruby-merb 70301 Jan 7 12:06 merb.thor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment