From d9f9e77b6b80a9e1da555409503e9111ddd03636 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Thu, 11 Jul 2019 22:13:25 +1000 Subject: [PATCH] Improve README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dfcac1..04e08a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # 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) @@ -10,7 +11,8 @@ CLI for interacting with the service in a easy way or you can also use curl! ### Source ```#!bash -$ go install github.com/prologic/pastebin/... +$ go install github.com/prologic/pastebin +$ go install github.com/prologic/pastebin/cmd/pb/... ``` ## Usage @@ -70,7 +72,7 @@ configuration file with contents similar to: $ cat ~/.pastebin.conf url=https://paste.mydomain.com/ ``` + ## License - MIT