From 45ae9f2d446fa0deb40d2bf1d14f82f15f5a991c Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 20 Oct 2016 10:29:31 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d580206..5f5eb91 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ sudo yum install -y go mariadb-server mariadb ``` ### Installing - +* Please note this assumes you have Mariadb and Go already setup. * go get github.com/ewhal/Pastebin -* make will automatically download the dependencies for Pastebin +* make * mysql -u root -p * CREATE USER 'paste'@'localhost' IDENTIFIED BY 'password'; * CREATE database paste;