Skip to content

Commit 6475735

Browse files
committed
Fix install asset download links
1 parent 65e1b63 commit 6475735

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

docs-site/install.mdx

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,17 @@ The documented public install path is GitHub Releases. Download the asset for yo
77

88
## Recommended paths
99

10-
| OS | Release asset |
10+
| OS | Release asset | Download |
1111
| --- | --- | --- |
12-
| macOS | `Locality_Mac_v<version>.dmg` |
13-
| Debian or Ubuntu | `Locality_Linux_v<version>.deb` |
14-
| Fedora, RHEL, or compatible | `Locality_Linux_v<version>.rpm` |
15-
| Linux desktop self-update | `Locality_Linux_v<version>.AppImage` |
16-
| Windows | `Locality_Windows_v<version>.exe` |
12+
| macOS | `Locality_Mac.dmg` | <a href="https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Mac.dmg" target="_blank" rel="noopener noreferrer">Download DMG</a> |
13+
| Debian or Ubuntu | `Locality_Linux.deb` | <a href="https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Linux.deb" target="_blank" rel="noopener noreferrer">Download DEB</a> |
14+
| Fedora, RHEL, or compatible | `Locality_Linux.rpm` | <a href="https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Linux.rpm" target="_blank" rel="noopener noreferrer">Download RPM</a> |
15+
| Linux desktop self-update | `Locality_Linux.AppImage` | <a href="https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Linux.AppImage" target="_blank" rel="noopener noreferrer">Download AppImage</a> |
16+
| Windows | `Locality_Windows.exe` | <a href="https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Windows.exe" target="_blank" rel="noopener noreferrer">Download EXE</a> |
1717

1818
Release assets also include updater manifests such as `latest-macos.json`, `latest-linux.json`, and `latest-windows.json`, plus checksums and signatures where available.
1919

20-
After a complete release is finalized, latest-release URLs can use the unversioned aliases:
21-
22-
```text
23-
https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Mac.dmg
24-
https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Linux.deb
25-
https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Linux.rpm
26-
https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Linux.AppImage
27-
https://github.com/codeflash-ai/locality/releases/latest/download/Locality_Windows.exe
28-
```
20+
The download links use stable latest-release aliases and open the GitHub Release asset in a new tab. For a specific version, use the full GitHub Releases page.
2921

3022
Package-manager channels will be documented after they are publicly published and linked from a finalized release.
3123

0 commit comments

Comments
 (0)