Install

🍺 Homebrew

lioss is distributed via Homebrew on macOS platform.

brew tap tamada/brew
brew install lioss

Go lang

We can install lioss using go get command. Type below command, then lioss and mkliossdb are installed into ~/go/bin directory.

go get github.com/tamada/lioss

💪 Build from source

If you would build from source, you should clone repository from GitHub and compile source codes, like below.

git clone https://github.com/tamada/lioss.git
cd lioss
make