README.markdown in ismasan-sluggable_finder-2.0.0 vs README.markdown in ismasan-sluggable_finder-2.0.1
- old
+ new
@@ -73,20 +73,20 @@
ActiveRecord, ActiveSupport
## INSTALL:
-At the moment this is not available in Github's gem repository, so you'll need to install manually:
+If you haven't yet, add github.com to your gem sources (you only need to do that once):
- git clone git://github.com/ismasan/sluggable-finder.git
- cd sluggable_finder
- gem build sluggable_finder.gemspec
- sudo gem install sluggable_finder.gem
+ gem sources -a http://gems.github.com
+Now you can install the normal way:
+ sudo gem install ismasan-sluggable_finder
+
Then, in your Rails app's environment:
- config.gem 'sluggable_finder'
+ config.gem "ismasan-sluggable_finder", :lib => 'sluggable_finder'
If you wan to unpack the gem to you app's "vendor" directory:
rake gems:unpack
\ No newline at end of file