diff options
| author | 2019-11-26 15:23:09 -0500 | |
|---|---|---|
| committer | 2019-11-26 15:23:09 -0500 | |
| commit | 9098137be18ba1306548288dfdde35af72271d0f (patch) | |
| tree | 016ba538c80ea95465f35656c389f5a88b784809 | |
| parent | CI: fix substitution (diff) | |
Update README because CI is a thing now
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,10 +1,26 @@ Burning Rubber Paste ==================== +[](https://cloud.drone.io/5paceToast/brpaste) + `brpaste` is a small and fast pastebin service. It provides a lightweight REST-like interface and client-side syntax highlighting (if desired). It's small and fast because it relies on redis to perform the actual storage. +### Quickstart +#### Go edition +`go get -u toast.cafe/x/brpaste` +#### Github edition +Download the correct binary from the releases page. +#### CI (nightly master) edition +Download your build from https://minio.toast.cafe/cicd/brpaste/brpaste-$OS-$ARCH where `$OS` is something like "openbsd" and `$ARCH` is something like "amd64". +Note that the github edition binaries are just these from immediately after a release. + +### Platform Support +Linux AMD64 is the primary platform. +Everything else is "best effort". +For a full list of supported platforms, see the releases page (all the binaries on there). + ### Speed It's just fast. I could put a bunch of benchmarks here but people didn't really seem to care in the previous version anyway. |
