From 9c4973b7def52e49285bac6c70d2056f0e216c8c Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 11 Jul 2017 20:19:45 +1200 Subject: [PATCH] doc: update README --- _dist/README.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/_dist/README.txt b/_dist/README.txt index daf821e..6d3d629 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -6,18 +6,27 @@ As of the 3.0 release, YATWiki is now a standalone server instead of a PHP scrip =FEATURES= -- SQLite database +- Standalone server, easy to run +- Built-in SQLite database - BBcode - Diff page revisions - RSS changelog - IP-based ban system - Article index, random article, download database backup +- Source code highlighting (thanks [url=https://github.com/isagalaev/highlight.js]highlight.js[/url]) Written in Golang, PHP -=SEE ALSO= +=USAGE= -- `highlight.js`: https://github.com/isagalaev/highlight.js +You can start YATWiki by running the binary. A default configuration file and database will be automatically generated if they are not found. + +`Usage of ./yatwiki-server: + -config string + Configuration file (default "config.json") + -listen string + Bind address (default "127.0.0.1:80") +` =CHANGELOG=