nat/README.md

8 lines
408 B
Markdown
Raw Normal View History

2016-07-04 02:33:43 +00:00
#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.
2016-06-11 09:35:31 +00:00
##Build Instructions
2016-06-11 11:16:00 +00:00
* git clone https://github.com/ewhal/Pastebin
2016-07-04 02:33:43 +00:00
* pip install pygmentize
2016-06-11 11:16:00 +00:00
* make