I want to use the Typus plugin in my rails application, but i can't install it.
$ script/plugin install git://github.com/fesplugas/typus.git
Initialized empty Git repository in /...../vendor/plugins/typus/.git/
$ script/generate typus
Couldn't find 'typus' generator
$ ls -al vendor/plugins/
total 0
drwxr-xr-x 2 *** staff 68 Aug 23 16:57 .
drwxr-xr-x 3 *** staff 102 Aug 23 16:37 ..
$ rails -v
Rails 2.3.8
Any ideas?