From 91547de16b5e7397eefeea189932d291c17d4d16 Mon Sep 17 00:00:00 2001 From: wbavon Date: Fri, 17 Apr 2026 10:03:50 +0800 Subject: [PATCH] add npx --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8b7cfa2..68e1336 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ npm install -g @gitlink-ai/cli # Install CLI SKILL (required, works on all platforms) gitlink-cli-install-skills + +# Install CLI SKILL with 'npx' +npx skills add ccfos/gitlink-cli/skills -y -g ``` **Option 2 — From source:**