Skip to content

Instantly share code, notes, and snippets.

@taylor
Created October 21, 2011 21:56
Show Gist options
  • Select an option

  • Save taylor/1305093 to your computer and use it in GitHub Desktop.

Select an option

Save taylor/1305093 to your computer and use it in GitHub Desktop.
# This command will automatically be run when you run "ahn" with the Adhearsion gem installed from the root of your application.
require File.expand_path('../../config/environment', __FILE__)
require 'adhearsion'
require 'adhearsion/commands'
Adhearsion::CLI::AhnCommand.execute!
@taylor

taylor commented Oct 21, 2011

Copy link
Copy Markdown
Author

from a git clone of adhearsion and running ./bin/ahn create ../testme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment