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 tap or Scoop Bucket. While we recommend the homebrew approach for local development/usage, you can also install Hikeshi with
go get
orgit clone
if you prefer those routes.
brew tap brittonhayes/hikeshi-tap
brew install hikeshi
hikeshi --help
Installing the database
brew install postgres
Last updated
Was this helpful?