From a1b3ad75e33dde52ae016ed14ff7cb4dd26ae0b2 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 5 Jul 2026 21:43:33 -0700 Subject: [PATCH] docs: remove registry install instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point installation at the Tangled source workflow because the package is not currently available as a registry install. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b4eda1..f19bbb8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ A CLI for [Tangled.org](https://tangled.org) — manage issues and repository co ## Installation +This package is not currently published as a registry install. Install it from the Tangled repository: + ```bash -npm install -g @markbennett/tang +git clone git@tangled.org:cameron.stream/tangled-cli.git +cd tangled-cli +bun install +bun run build +bun link ``` ## Quick Start -- 2.51.2