added support for config files, openbsd, pledge and unveil
This commit is contained in:
parent
62543e44da
commit
375933c7bc
14 changed files with 138 additions and 49 deletions
26
README.md
26
README.md
|
|
@ -1 +1,27 @@
|
|||
# GoWiki - a simple wiki engine written in Go
|
||||
|
||||
## 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 gowiki on Linux or OpenBSD.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue