mirror of
https://github.com/hoornet/vega.git
synced 2026-04-23 22:30:00 -07:00
README: link to veganostr.com, refresh signature notes
- Website was never linked from the README. Add a header link line (Website / Download / AUR) directly under the tagline and a second pointer in the Download section. - Verify example used vega_0.12.1_amd64.AppImage.tar.gz — AppImage was dropped in v0.1.6. Swap in a current .deb example. - Sig note was stale: .deb and .rpm actually ship with minisign signatures now (tauri-action unified installer and updater artifacts). Only .dmg is unsigned.
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
|
||||
A cross-platform desktop Nostr client built with Tauri 2.0 + React + TypeScript. Polished UI, deep Lightning integration, and first-class support for long-form writing.
|
||||
|
||||
**Website:** [veganostr.com](https://veganostr.com) · **Download:** [Releases](https://github.com/hoornet/vega/releases) · **AUR:** `vega-nostr-git`
|
||||
|
||||
> Named after Jurij Vega (1754–1802), a Slovenian mathematician who made knowledge accessible through his pioneering logarithm tables — just as Vega makes writing accessible on Nostr.
|
||||
|
||||
## Download
|
||||
|
||||
Grab the latest release from the [Releases page](https://github.com/hoornet/vega/releases).
|
||||
Grab the latest release from the [Releases page](https://github.com/hoornet/vega/releases), or visit **[veganostr.com](https://veganostr.com)** for screenshots and an introduction.
|
||||
|
||||
| Platform | File | Command |
|
||||
|---|---|---|
|
||||
@@ -43,10 +45,10 @@ echo "untrusted comment: minisign public key: F9D2C39297592652
|
||||
RWRSJlmXksPS+cSpOrnmUpmJSebrbT1gxNeS33X/S7fxBAb/SdvWewNm" > vega.pub
|
||||
|
||||
# Verify an artifact
|
||||
minisign -Vm vega_0.12.1_amd64.AppImage.tar.gz -p vega.pub
|
||||
minisign -Vm Vega_0.12.9_amd64.deb -p vega.pub
|
||||
```
|
||||
|
||||
**Note:** The standalone `.deb`, `.rpm`, and `.dmg` installers do not have signatures yet — only the updater bundles do.
|
||||
**Note:** The macOS `.dmg` is not yet signed. Linux `.deb`/`.rpm` and Windows `.exe`/`.msi` ship with minisign `.sig` files — the same signatures used by the auto-updater.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user