perkeep/BUILDING

13 lines
265 B
Plaintext

To build Perkeep:
1) Install Go 1.11 or later.
2) cd to the root of the Perkeep source (where this file is)
3) Run:
$ go run make.go
4) The compiled binaries should now be in the usual go install directory:
perkeepd (the server), pk, pk-put, and pk-get.