Update README.md

This commit is contained in:
Eliot Whalan 2016-10-20 10:27:54 +10:00 committed by GitHub
parent 91f9aa56f0
commit e7cbd71170
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sudo yum install -y go mariadb-server mariadb
### Installing ### Installing
* go get https://github.com/ewhal/Pastebin * go get github.com/ewhal/Pastebin
* make will automatically download the dependencies for Pastebin * make will automatically download the dependencies for Pastebin
* mysql -u root -p * mysql -u root -p
* CREATE USER 'paste'@'localhost' IDENTIFIED BY 'password'; * CREATE USER 'paste'@'localhost' IDENTIFIED BY 'password';