Installation

Getting up and running with the application and it's database.

Installing the application

Getting started on OSX, Linux, and Windows is easy with the homebrew taparrow-up-right or Scoop Bucket. While we recommend the homebrew approach for local development/usage, you can also install Hikeshi with go get or git clone if you prefer those routes.

brew tap brittonhayes/hikeshi-tap
brew install hikeshi
hikeshi --help

Installing the database

brew install postgres

Last updated