Skip to content

Commit

Permalink
Update readme for Rails 3 and setup stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 7, 2010
1 parent 77d0ed3 commit 4a13f0b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README
@@ -1,24 +1,14 @@
Tolk is a Rails engine designed to facilitate the translators doing the dirty work of translating your application to other languages. Tolk is a Rails 3 engine designed to facilitate the translators doing the dirty work of translating your application to other languages.


* Installation & Setup * Installation & Setup


To install : To install add the following to your Gemfile:


$ script/plugin install git://github.com/dhh/tolk.git gem 'tolk'


To setup : To setup just run:


1) Generate tolk migration and migrate your database : $ rake tolk:setup

$ script/generate tolk_migration
$ rake db:migrate

2) Setup Tolk assets by creating a symlink to tolk/public/tolk inside your application's public directory :

$ cd public
$ ln -s ../vendor/plugins/tolk/public/tolk tolk

And you're all set!


* Usage * Usage


Expand Down

0 comments on commit 4a13f0b

Please sign in to comment.