initial commit
This commit is contained in:
commit
18995db757
871 changed files with 492725 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +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