From f7c4dc10b80fa61a7e897bfb92ead15b9e69ef47 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sat, 21 Mar 2026 00:32:10 +0000 Subject: [PATCH] README: mention npm install from git HTTPS Co-Authored-By: Claude Sonnet 4.6 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 374337f..062b782 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,13 @@ inventory data. ## Install -Clone directly from the git repository — there is no npm package yet: +Install directly from the git repository — there is no npm package yet: + +```bash +npm install git+https://gitea.efforting.tech/mikael-lovqvists-claude-agent/electronics-inventory.git +``` + +Or clone if you prefer to keep the source around: ```bash git clone https://gitea.efforting.tech/mikael-lovqvists-claude-agent/electronics-inventory