Context
Documentation for users who want to download packages directly from GitHub Releases (without adding our APT/YUM/APK repo). This is the simplest install path: one wget, one dpkg -i / rpm -i / apk add.
Acceptance Criteria
Dependencies
Suggested Test Plan
- Follow the docs: download from GitHub Releases, install manually
- Verify extension loads on each distro family
Context
Documentation for users who want to download packages directly from GitHub Releases (without adding our APT/YUM/APK repo). This is the simplest install path: one
wget, onedpkg -i/rpm -i/apk add.Acceptance Criteria
docs/packaging/INSTALL-GITHUB.mdexistswget <url> && sudo dpkg -i *.debwget <url> && sudo rpm -i *.rpmwget <url> && sudo apk add --allow-untrusted *.apkapt upgrade/dnf upgrade(manual update only)Dependencies
Suggested Test Plan