forked from codeplant/simple-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
andi edited this page Sep 13, 2010
·
12 revisions
simple-navigation can be installed either as GemPlugin or as plugin.
To install it as a GemPlugin (Rails >= 2.1 required) add the following line to your config/environment.rb:
config.gem "simple-navigation"
Then enter
$ rake gems:install
To include the gem in your Rails 3 app, just add it to the Gemfile:
gem "simple-navigation"
Go to your rails-directory and enter:
$ script/plugin install git://github.com/andi/simple-navigation.git