From 521e5d62df91f0dde71acd815b6496f4a432b37c Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 4 Jun 2026 09:47:23 -0700 Subject: [PATCH] docs: install-heph defaults to the v1.0.0 release tag (v1 is out) Replace the pre-release 'install from feature/v1-prototype' instructions with `--tag v1.0.0` as the default, and document `--branch main` as the track- unreleased-work alternative. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/how-to/install-heph.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/how-to/install-heph.md b/docs/how-to/install-heph.md index fa69e02..dd0036a 100644 --- a/docs/how-to/install-heph.md +++ b/docs/how-to/install-heph.md @@ -1,6 +1,6 @@ --- title: Install heph (and isolate dev) -modified: 2026-06-02 +modified: 2026-06-04 tags: - how-to --- @@ -14,18 +14,19 @@ linux/arm64, linux/amd64). ## 1. Install the binaries from the forge -Build and install `heph` + `hephd` to `~/.cargo/bin` (on `PATH`) from a forge -ref. Until v1 is tagged, install from the branch: +Build and install `heph` + `hephd` to `~/.cargo/bin` (on `PATH`) from the latest +release tag: ```bash cargo install --locked \ --git ssh://forgejo@forge.ops.eblu.me:2222/eblume/hephaestus.git \ - --branch feature/v1-prototype \ + --tag v1.0.0 \ heph hephd ``` -Re-run with `--tag vX.Y.Z` once a release is cut. This needs forge SSH access -(an unlocked 1Password / ssh-agent key). +Bump `--tag` to upgrade to a newer release; to track unreleased work instead, +swap `--tag vX.Y.Z` for `--branch main`. This needs forge SSH access (an +unlocked 1Password / ssh-agent key). `heph --version` / `hephd --version` report `X.Y.Z ()` for a tagged install and `0.0.0 ()` for a branch/dev install — the release version