From 0d7677e34111dc22cff79da2ffd7956fb6cab55e Mon Sep 17 00:00:00 2001 From: Edmund Huber Date: Wed, 5 Mar 2014 23:40:49 +0100 Subject: [PATCH] fix up README some more and helpful comment in config --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b69f5470..f88d3754 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ hostname lookups. ```sh go get go install -ergonomadic -conf '/path/to/config.json' -initdb +ergonomadic -conf ergonomadic.conf -initdb ``` ## Configuration @@ -54,7 +54,7 @@ ergonomadic -genpasswd 'hunter2!' ## Running the Server ```sh -ergonomadic -conf '/path/to/config.json' +ergonomadic -conf ergonomadic.conf ``` ## Helpful Documentation