From 5ff55c6ea91329e9ec2ac4185d96990ede018bf6 Mon Sep 17 00:00:00 2001 From: cneicy Date: Sat, 15 Aug 2026 20:45:43 +0800 Subject: [PATCH] docs: add verified quick install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec63b4..3758250 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ The repository is private, so first make sure Git Credential Manager can access `git.crash.work`, then run this in PowerShell: ```powershell -npm install --global --allow-git=all git+https://git.crash.work/cneicy/crafttable-mcp-client.git; crafttable-mcp login; crafttable-mcp configure all +npm install --global --allow-git=all --ignore-scripts git+https://git.crash.work/cneicy/crafttable-mcp-client.git; crafttable-mcp login; crafttable-mcp configure all ``` This installs the CLI, opens the browser for OAuth login, and configures the same local stdio bridge for Codex, Claude Code, and OpenCode at user scope. -The explicit `--allow-git=all` is required by npm 12, whose default policy rejects Git-based package dependencies. The repository includes the built CLI bundle, so installation does not run a build script. +The explicit `--allow-git=all` is required by npm 12, whose default policy rejects Git-based package dependencies. The repository includes the built CLI bundle, so `--ignore-scripts` keeps installation reproducible without running package lifecycle scripts. ## Commands