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)
|
#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)
|
||||||
Simple golang pastebin inspired by nnmm.nl.
|
Modern pastebin service with a restful like api written in golang.
|
||||||
|
|
||||||
##Build Instructions
|
##Build Instructions
|
||||||
* git clone https://github.com/ewhal/Pastebin
|
* git clone https://github.com/ewhal/Pastebin
|
||||||
* go get github.com/dchest/uniuri
|
* pip install pygmentize
|
||||||
* go get github.com/ewhal/pygments
|
|
||||||
* make
|
* make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue