On Tue, Aug 30, 2011 at 5:09 PM, John Beppu <[email protected]> wrote: > Let's say I have a pristine Unixy system in front of me. (In my case, it's > a new OS X 10.7 installation and I put MacPorts on there.) > What is the simplest way to get an up-to-date Camping installation? > (I've been out of the Ruby loop for a while.)
step 1. Install RVM $ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) step 2. Install ruby rvm install 1.9.2 step 3. Install camping gem install camping. Voila! _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

