Update README.md
This commit is contained in:
parent
e7cbd71170
commit
45ae9f2d44
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue