Improve README

This commit is contained in:
James Mills 2019-07-11 22:13:25 +10:00
parent fd6a5615f0
commit d9f9e77b6b
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -1,4 +1,5 @@
# pastebin # pastebin
[![GoDoc](https://godoc.org/github.com/prologic/pastebin?status.svg)](https://godoc.org/github.com/prologic/pastebin) [![GoDoc](https://godoc.org/github.com/prologic/pastebin?status.svg)](https://godoc.org/github.com/prologic/pastebin)
[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/pastebin)](https://goreportcard.com/report/github.com/prologic/pastebin) [![Go Report Card](https://goreportcard.com/badge/github.com/prologic/pastebin)](https://goreportcard.com/report/github.com/prologic/pastebin)
@ -10,7 +11,8 @@ CLI for interacting with the service in a easy way or you can also use curl!
### Source ### Source
```#!bash ```#!bash
$ go install github.com/prologic/pastebin/... $ go install github.com/prologic/pastebin
$ go install github.com/prologic/pastebin/cmd/pb/...
``` ```
## Usage ## Usage
@ -70,7 +72,7 @@ configuration file with contents similar to:
$ cat ~/.pastebin.conf $ cat ~/.pastebin.conf
url=https://paste.mydomain.com/ url=https://paste.mydomain.com/
``` ```
## License ## License
MIT MIT