27 lines
265 B
Markdown
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.
|