How do I install "Ruby Linguistics With Verb Conjugation"? -


i downloaded source code "ruby linguistics verb conjugation".

how can install usage? need compile gem?

cd directory , run rake, install gem:

$ git clone https://github.com/bdigital/ruby_linguistics_with_verb_conjugation.git $ cd ruby_linguistics_with_verb_conjugation $ rake ...lots of output...   built rubygem   name: linguistics   version: 1.0.8   file: linguistics-1.0.8.gem   mv linguistics-1.0.8.gem pkg/linguistics-1.0.8.gem $ cd pkg $ gem install linguistics-1.0.8.gem 

done!


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -