We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c3fcc commit 8f7528cCopy full SHA for 8f7528c
1 file changed
README.md
@@ -24,9 +24,10 @@ sudo yum install -y go mariadb-server mariadb
24
### Installing
25
26
* go get https://github.com/ewhal/Pastebin
27
-* nano pastebin.go
28
-* Configure port and database details
29
* make
+* cp config.example.json config.json
+* nano config.json
30
+* Configure port and database details
31
32
## License
33
0 commit comments