Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NeuroSkill is a local-first desktop neurofeedback + BCI app built with **Tauri v

## Quick links

- **Downloads:** [macOS](https://github.com/NeuroSkill-com/skill/releases/latest/download/NeuroSkill.dmg) · [Windows](https://github.com/NeuroSkill-com/skill/releases/latest/download/NeuroSkill.exe) · [Linux](https://github.com/NeuroSkill-com/skill/releases/latest/download/NeuroSkill.AppImage)
- **Downloads:** [Latest release](https://github.com/NeuroSkill-com/skill/releases/latest) (macOS `.dmg`, Windows `.exe`, Linux `.deb`/`.rpm`)
- **Install (Homebrew):** `brew tap NeuroSkill-com/skill && brew install --cask neuroskill`
- **Contributing:** [CONTRIBUTING.md](CONTRIBUTING.md)
- **Changelog:** [CHANGELOG.md](CHANGELOG.md)
Expand Down
3 changes: 3 additions & 0 deletions changes/unreleased/fix-readme-download-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Docs

- **README download links**: point Downloads at the releases page instead of three unversioned direct-download URLs that all 404 (release assets are versioned, e.g. `NeuroSkill_0.0.129_aarch64.dmg`, so no `releases/latest/download/NeuroSkill.dmg` URL can resolve), and drop the AppImage mention — no AppImage is built.
Loading