From 636454faa201493d2a7835599fbba355a602702d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 6 Mar 2024 14:42:49 +0530 Subject: [PATCH] Use the tag: qualifier to better filter the releases We still need to provide at least the major version, and we'll need to remember to update these links when the major version changes. Ref: - https://docs.github.com/en/repositories/releasing-projects-on-github/searching-a-repositorys-releases --- cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 4b40042eac..a24f4c131e 100644 --- a/cli/README.md +++ b/cli/README.md @@ -3,8 +3,8 @@ ## Install You can either download the binary from the [GitHub releases -page](https://github.com/ente-io/ente/releases?q=cli&expanded=true) or build it -yourself. +page](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0&expanded=true) or +build it yourself. ### Build from source