Changeset 0343a7a in Klonkt
- Timestamp:
- 06/28/2026 10:42:39 PM (2 months ago)
- Branches:
- main
- Children:
- 7475ff3
- Parents:
- 318e1ce
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
scripts/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
README.md
r318e1ce r0343a7a 59 59 with `klonkt-update`. 60 60 61 Updates track the **`stable`** branch — it only advances to a version that's been verified, 62 so `klonkt-update` never pulls work-in-progress. Want the bleeding edge instead? Install with 63 `--branch main` (or set `KLONKT_BRANCH=main`). 64 61 65 ### Option B — Docker 62 66 -
scripts/install.sh
r318e1ce r0343a7a 22 22 # ── Settings (override via env var or flag) ──────────────────────────────── 23 23 KLONKT_REPO="${KLONKT_REPO:-https://github.com/roboburr/klonkt.git}" 24 KLONKT_BRANCH="${KLONKT_BRANCH:-main}" 24 # `stable` = the release channel: it only moves forward to a version that has been verified, 25 # so a self-host auto-update (klonkt-update) never pulls work-in-progress. Use `--branch main` 26 # for the bleeding-edge dev branch instead. 27 KLONKT_BRANCH="${KLONKT_BRANCH:-stable}" 25 28 KLONKT_DIR="${KLONKT_DIR:-/opt/klonkt}" 26 29 KLONKT_USER="${KLONKT_USER:-klonkt}"
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)