Update README.md

This commit is contained in:
Eliot Whalan 2016-10-20 10:29:31 +10:00 committed by GitHub
parent e7cbd71170
commit 45ae9f2d44
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ sudo yum install -y go mariadb-server mariadb
``` ```
### Installing ### Installing
* Please note this assumes you have Mariadb and Go already setup.
* go get github.com/ewhal/Pastebin * go get github.com/ewhal/Pastebin
* make will automatically download the dependencies for Pastebin * make
* mysql -u root -p * mysql -u root -p
* CREATE USER 'paste'@'localhost' IDENTIFIED BY 'password'; * CREATE USER 'paste'@'localhost' IDENTIFIED BY 'password';
* CREATE database paste; * CREATE database paste;