diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2da8d5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# gopaste + +A basic pastebin web app written in Go (golang). This is from a [JaxPHP/JaxWeb talk](https://www.meetup.com/JaxPHP-JaxWeb/events/hzgpcqyxpbcc/) on Nov. 28, 2018. + +## Get Started + +``` +go get code.as/matt/gopaste +```