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';