diff --git a/README.md b/README.md index 2bd97be..3f19b04 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -#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. +#Golang Pastebin [![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin) [![GoDoc](https://godoc.org/github.com/ewhal/Pastebin?status.svg)](https://godoc.org/github.com/ewhal/Pastebin) +Modern pastebin service with a restful like api written in golang. ##Build Instructions * git clone https://github.com/ewhal/Pastebin -* go get github.com/dchest/uniuri -* go get github.com/ewhal/pygments +* pip install pygmentize * make -