Add some instructions to README about configuring the script

This commit is contained in:
Dan Milne
2019-09-25 15:51:32 +10:00
parent cac4b2b5aa
commit ed3446f97e
2 changed files with 3 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ require 'paapi'
# Pry.start
require 'irb'
load 'config.rb' if File.exist? 'config.rb'
IRB.start(__FILE__)