fxn / tkn

Terminal Keynote - A hack for terminal-based talks
MIT License
1.11k stars 84 forks source link

[Question] How do I run this? #15

Open frakman1 opened 4 years ago

frakman1 commented 4 years ago

Ruby novice here. How do I use this awesome tool? I have Ruby 2.3.7p456 installed on my Mac.

I ran sudo gem install bundler to get bundler, then I ran bundler install from the root to install all dependencies. Then I went into the examples folder and ran:

ruby constant_autoloading_in_ruby_on_rails.rb and got this error:

constant_autoloading_in_ruby_on_rails.rb:3:in `<main>': undefined method `center' for main:Object (NoMethodError)