docstore/README.md
2019-05-01 22:25:23 +02:00

27 lines
265 B
Markdown

# DocStore - document server and indexing engine
## Building
Linux:
```
make
or offline
make vendor
```
OpenBSD:
```
GOOS=openbsd make
or offline
GOOS=openbsd make vendor
```
## Install
See the `scripts/` directory on how to install docstore on OpenBSD.