Browse Source

docs: update README

imwald
codytseng 1 year ago
parent
commit
defb01e2b1
  1. 9
      README.md

9
README.md

@ -10,9 +10,13 @@ Yet another Nostr client @@ -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 @@ -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.

Loading…
Cancel
Save