unused / airstream

A command line tool for streaming to airplay-devices
628 stars 30 forks source link

[Dev] cannot load airstream #18

Closed mifix closed 10 years ago

mifix commented 10 years ago

After cloning and bundle install:

$ bundle exec bin/airstream -v
bin/airstream:6:in `require': cannot load such file -- airstream (LoadError)
    from bin/airstream:6:in `<main>'

when I add

$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))

at the top of bin/airstream everything works.

Didn't test if this change breaks the gem.