From 71c5662eb6a04edfd3f78177f6b104cd210f681b Mon Sep 17 00:00:00 2001 From: Mike Maxim Date: Mon, 8 Jan 2024 12:59:52 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 5b9dacb..9d502a5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,4 @@ ## Release -[![Build Status](https://github.com/keybase/release/actions/workflows/ci.yml/badge.svg)](https://github.com/keybase/release/actions) -[![GoDoc](https://godoc.org/github.com/keybase/release?status.svg)](https://godoc.org/github.com/keybase/release) +Moved -> https://github.com/keybase/client/tree/master/go/release. -This is a command line tool for build and release scripts for generating updates, interacting with Github and S3. - -### Example Usage - -Generating update.json - -``` -release update-json --version=1.2.3 --src=/tmp/Keybase.zip --uri=https://s3.amazonaws.com/prerelease.keybase.io/darwin-updates --signature=/tmp/keybase.sig -```