Update readme
This commit is contained in:
parent
2b856ba39c
commit
ef58257857
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue