View Single Post
Quote:
Originally Posted by haraldmartin View Post
Sorry, forgot to add this to the installation instruktions. You'll need to install to gems to make work, just do this in the Terminal (Applications → Utilities → Terminal):

sudo gem install markaby
sudo gem install appscript

Ciao
Please correct:
1st ocmmand worked but last one should be:
Code:
sudo gem install rb-appscript
otherwise you'll get:
Code:
computer:~ misha$ sudo gem install appscript
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find appscript (> 0) in any repository
computer:~ misha$

Last edited by granin; 2007-11-10 at 02:04 PM.. Reason: Solved problem by myself