diff --git a/README.md b/README.md index 75db51d..c3ee962 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -#Golang Pastebin - -[![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin) +#Golang Pastebin [![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin) Simple golang pastebin inspired by nnmm.nl. + +##Build Instructions +git clone https://github.com/ewhal/Pastebin +go get github.com/dchest/uniuri +go get github.com/ewhal/pygments +make +