Update readme

This commit is contained in:
Eliot Whalan 2016-07-04 12:33:43 +10:00
parent 2b856ba39c
commit ef58257857
1 changed files with 3 additions and 5 deletions

View File

@ -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