Recommmend nightly instead of non-release action artifact

This commit is contained in:
Tienson Qin
2026-05-03 23:28:11 +08:00
parent c326dbf4e3
commit 63fab0ca86

View File

@@ -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.