Build from Source
For those interested in building from source, clone the Dolt repo from GitHub and use go install
. Note, you must have Golang installed on the machine you are compiling on.
This will create a binary named dolt
at ~/go/bin/dolt
, unless you have $GO_HOME
set to something other than ~/go
.
Last updated