Installation
Getting up and running with the application and it's database.
Installing the application
Getting started on OSX is easy with the homebrew tap. 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 brittonhayes/hikeshi-tap
hikeshi --help
Installing the database
brew install postgres
Last updated
Was this helpful?