I am trying to get started with zajal by following the README but I am facing this problem:
$ bin/zajal examples/hello-world.zj 21:56:52
An exception occurred running bin/zajal:
no such file to load -- zajal (LoadError)
Backtrace:
Rubinius::CodeLoader#load_error at kernel/common/code_loader.rb:439
Rubinius::CodeLoader#resolve_require_path at kernel/common/code_loader.rb:423
{ } in Rubinius::CodeLoader#require at kernel/common/code_loader.rb:103
Rubinius.synchronize at kernel/bootstrap/rubinius.rb:137
Rubinius::CodeLoader#require at kernel/common/code_loader.rb:102
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:237
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at /home/maca/.rbenv/versions/rbx-2.0.0-dev/lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at bin/zajal:5
Rubinius::CodeLoader#load_script at kernel/delta/code_loader.rb:66
Rubinius::CodeLoader.load_script at kernel/delta/code_loader.rb:182
Rubinius::Loader#script at kernel/loader.rb:648
Rubinius::Loader#main at kernel/loader.rb:830
I am trying to get started with zajal by following the README but I am facing this problem: