From defb01e2b16ca45f2b2e614e5947d29df2733c4e Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 16 Nov 2024 20:15:57 +0800 Subject: [PATCH] docs: update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f08f97..471f7f45 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ Yet another Nostr client - **Clean Interface:** Enjoy a minimalist design and intuitive interactions - **Cross-Platform:** Available on macOS, Windows, Linux, and web browsers -## Download +## Web Version -You can download the latest version from the [release page](https://github.com/CodyTseng/jumble/releases). If you want to use Apple Silicon version, you need to build it from the source code. +You can use the web version of Jumble at [jumble.social](https://jumble.social). + +## Desktop Version + +You can download the desktop version from the [release page](https://github.com/CodyTseng/jumble/releases). If you want to use Apple Silicon version, you need to build it from the source code. Because the app is not signed, you may need to allow it to run in the system settings. @@ -36,6 +40,7 @@ npm install npm run build:mac # or npm run build:win # or npm run build:linux +# or npm run build:web ``` The executable file will be in the `dist` folder.