Install from precompiled binaries¶
Binary RPMs for some Linux environments are provided:
Or, build and install from source¶
Alternatively, it's possible to build Gitomail from source.
- install the Stack tool.
- Using
stack
, perform build and install:
git clone https://github.com/kernelim/gitomail
cd gitomail
stack install
The binary should be available as ~/.local/bin/gitomail
.