Build and install from source¶
It's possible to build Buildsome from source.
- install the Stack tool.
- Using
stack
, perform build and install:
git clone https://github.com/buildsome/buildsome
cd buildsome
stack install
The binary should be available as ~/.local/bin/buildsome
.