From 63fab0ca868b2cd257e22ada1085ee56f3aed82e Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Sun, 3 May 2026 23:28:11 +0800 Subject: [PATCH] Recommmend nightly instead of non-release action artifact --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e75f892e..04c7ea40e9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The DB version is in beta status while the new mobile app and RTC is in alpha. T To get started with the DB version: * To try the latest web version, go to https://test.logseq.com/. -* To try the latest desktop version, login to GitHub and go to https://github.com/logseq/logseq/actions/workflows/build-desktop-release.yml and click on the latest release. Scroll to the bottom and under the `Artifacts` section download the artifact for your operating system. +* To try the latest desktop version, go to https://github.com/logseq/logseq/releases/tag/nightly and download the artifact for your operating system. * To try the latest by building from the source code * Use `test/db` for stable releases. Fewer bugs and slower updates. Update frequency: days or weeks. * Use `master` for the latest updates as they are developed. Expect more bugs and faster changes. Update frequency: hours or days.