Update readme

This commit is contained in:
Eliot Whalan 2016-07-14 11:53:57 +10:00
parent 5565d878f7
commit 9e71a863e5
1 changed files with 26 additions and 3 deletions

View File

@ -1,7 +1,30 @@
#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)
#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) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/Pastebin)](https://goreportcard.com/report/github.com/ewhal/Pastebin) [![MIT
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pomf/pomf/master/LICENSE)
Modern pastebin service with a restful like api written in golang.
##Build Instructions
![paste](http://i.imgur.com/7BeCKa3.png)
## Getting started
### Prerequisities
* pygmentize
* go
* mariadb
```
pip install pygmentize
sudo yum install -y go mariadb-server mariadb
```
### Installing
* git clone https://github.com/ewhal/Pastebin
* pip install pygmentize
* nano pastebin.go
* Configure port and database details
* make
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details