Created
January 7, 2009 01:08
-
-
Save TheNicholasNick/44108 to your computer and use it in GitHub Desktop.
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
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