diff --git a/README.md b/README.md index 15f08f9..471f7f4 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.