From e89eae42620d899f86b1240905cb6fcb3fbbd7d1 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Wed, 20 Jul 2016 08:36:25 +1000 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 090171c..922c743 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ sudo yum install -y go mariadb-server mariadb ### Installing * go get https://github.com/ewhal/Pastebin -* nano pastebin.go -* Configure port and database details * make +* cp config.example.json config.json +* nano config.json +* Configure port and database details ## License