From 47eed6fbee0b80b1bfe237bd5897b01ddf098c62 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Wed, 6 Oct 2021 19:12:49 +0200 Subject: [PATCH] docs: Update Makefile and README for release Signed-off-by: Julien Riou --- Makefile | 1 + README.md | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index b1cc0df..8a6d899 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ build: release: go build -ldflags "${LDFLAGS}" -o bin/flexassistant-${APPVERSION}-${PLATFORM}-${ARCH} *.go + sha256sum bin/flexassistant-${APPVERSION}-${PLATFORM}-${ARCH} clean: rm -rf bin \ No newline at end of file diff --git a/README.md b/README.md index a445c5d..327421f 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,7 @@ get **notified** when a **block** is mined, or farmed. We also like to keep trac ### Binaries -Go to [Releases](/releases) to download the binary in the version you like (latest is recommended). - -Then extract the tarball: - -``` -tar xvpzf flexassistant-VERSION-Linux-x86_64.tgz -``` +Go to [Releases](/releases) to download the binary in the version you like (latest is recommended) into a `bin` directory. Write checksum information to a local file: