From 507295782257f8f93c0f41a1d5d9c9beba049e21 Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Sun, 2 Aug 2026 00:59:12 +1000 Subject: [PATCH 1/3] docs: document source tarball installation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab3f93..ce00779 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,21 @@ What it does **not** promise yet: ## Install +`@bargekit/core` is **not published to npm yet**. Install it from a source +checkout and a locally built tarball: + ```sh -npm install @bargekit/core +git clone https://github.com/rogerchappel/bargekit.git bargekit +npm --prefix bargekit ci +npm pack ./bargekit +npm install ./bargekit-core-0.1.0.tgz ``` +The final command installs the same package contents that a future registry +release will contain. Run it from the consumer project where you want to use +BargeKit. Contributors working directly in the checkout can run commands with +`npm --prefix bargekit run