docs: update README

This commit is contained in:
codytseng
2024-11-16 20:15:57 +08:00
parent 8d4b5985db
commit defb01e2b1

View File

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