README.md in thesilverspoon-0.0.20 vs README.md in thesilverspoon-0.0.21
- old
+ new
@@ -22,9 +22,17 @@
* Apart from the standard scaffold views, it also creates an AJAX driven integrated view which combines all the standard views into one.
* It also adds schema stubs and standard validation options (uncomment these to use) to your models.
## Installation
+*Please note:
+Before using this gem , please copy the following in your gem file and run 'bundle install'
+
+```console
+gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
+```
+
+
The Silver Spoon works best if you use it in a new empty Rails App. It requires anything Rails 3.1.3 onwards.
You can install it by simply adding the following line to your Gemfile and running bundle install:
```console