From e7cbd71170b6ccc16edcc9bcfca24242e952786c Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 20 Oct 2016 10:27:54 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3268fb3..d580206 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ sudo yum install -y go mariadb-server mariadb ### Installing -* go get https://github.com/ewhal/Pastebin +* go get github.com/ewhal/Pastebin * make will automatically download the dependencies for Pastebin * mysql -u root -p * CREATE USER 'paste'@'localhost' IDENTIFIED BY 'password';