Add prebuilt update path

This commit is contained in:
DuProcess
2026-06-19 16:40:58 -04:00
parent 774da7371e
commit 7884ea2796
8 changed files with 297 additions and 74 deletions
+11
View File
@@ -119,6 +119,11 @@ Update an installed client later:
dosh update
```
`dosh update` first tries a release tarball named for the platform
(`dosh-macos-aarch64.tar.gz`, `dosh-linux-x86_64.tar.gz`, etc.) from the latest
Gitea/GitHub release. If that asset is not published yet, it falls back to the
source build path.
Install the client on Windows PowerShell:
```powershell
@@ -266,6 +271,12 @@ Install release binaries and the user systemd service:
make install
```
Build release tarballs for upload to Gitea/GitHub releases:
```bash
make package-release
```
## Performance Rules
The stack is performance-driven, not fixed by taste. Rust is the default because the