Improve readme
This commit is contained in:
parent
8e814587df
commit
fcb4d66fac
11
README.md
11
README.md
|
@ -1,4 +1,9 @@
|
||||||
#Golang Pastebin
|
#Golang Pastebin [![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/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.
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue