mirror of
https://github.com/taigrr/pastebin
synced 2026-04-14 11:00:48 -07:00
Update README.md with new badge links
This commit is contained in:
10
README.md
10
README.md
@@ -1,9 +1,9 @@
|
||||
# pastebin
|
||||
|
||||
[](https://cloud.drone.io/prologic/pastebin)
|
||||
[](https://codecov.io/gh/prologic/pastebin)
|
||||
[](https://goreportcard.com/report/prologic/pastebin)
|
||||
[](https://godoc.org/github.com/prologic/pastebin)
|
||||
[](https://cloud.drone.io/taigrr/pastebin)
|
||||
[](https://codecov.io/gh/taigrr/pastebin)
|
||||
[](https://goreportcard.com/report/taigrr/pastebin)
|
||||
[](https://godoc.org/github.com/taigrr/pastebin)
|
||||
|
||||
pastebin is a self-hosted pastebin web app that lets you create and share
|
||||
"ephemeral" data between devices and users. There is a configurable expiry
|
||||
@@ -13,7 +13,7 @@ CLI for interacting with the service in a easy way or you can also use curl!
|
||||
### Source
|
||||
|
||||
```#!bash
|
||||
$ go get github.com/prologic/pastebin/...
|
||||
$ go get github.com/taigrr/pastebin/...
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user