Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

install 1.99.xx from git

angantyr edited this page Sep 13, 2010 · 1 revision

simply running gem install deprec will install version 1.9.3. how to get to all edge goodness?


$ git clone git://github.com/mbailey/deprec.git
$ cd deprec/
$ gem build deprec.gemspec
$ sudo gem install deprec-1.99.27.gem 
Clone this wiki locally