From fae7bfba125850361a825e65a6ce36239bc12cdb Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Tue, 16 Apr 2024 03:22:11 -0500 Subject: [PATCH] docs(readme): Update binary install instructions --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 223b02a..9b627cc 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,13 @@ brew install gabe565/tap/nightscout-menu-bar --no-quarantine ### Binary -Eventually, binaries will be attached to releases. -For now, binaries can be downloaded from CI build artifacts. -1. Go to [the build action](https://github.com/gabe565/nightscout-menu-bar/actions/workflows/build.yml?query=branch%3Amain+is%3Asuccess). -2. Click the latest build job. -3. Scroll down to "Artifacts". -4. Download the artifact for your operating system/architecture. -5. A zip file will be downloaded containing Nightscout Menu Bar! +Automated builds are uploaded during the release process. See the [latest release](https://github.com/gabe565/nightscout-menu-bar/releases/latest) for download links. -### Build +## Contrib + +Integrations with external tools are available in the [contrib](contrib) directory. + +## Development The systray menu is provided by [fyne.io/systray](https://github.com/fyne-io/systray). See @@ -39,7 +37,3 @@ for required dependencies. To generate a Mac app, run [hack/build-darwin.sh](hack/build-darwin.sh). An app will be created in the `dist` directory. - -## Contrib - -Integrations with external tools are available in the [contrib](contrib) directory.