Improve readme

This commit is contained in:
Eliot Whalan 2016-06-11 19:35:31 +10:00
parent 8e814587df
commit fcb4d66fac
1 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,9 @@
#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)
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