In order to use Adhearsion, first we must install it. I’m using Linux, and it is the same on other Unixes.
In order to do that, we shell use Ruby Gems (I recommend Ruby v2 or later):
$ gem install bundler adhearsion
Bundler helps ahn to manage it’s requirements, and adhearsion, is the actual framework.
When running the command, it will install both bundler and ahn with it’s dependencies.
Now we can use the “ahn” command to work with adhearsion. Running the command bare without any options, will provide a help screen: Continue reading