From a856bee7a939fe17c7aa69c4931c6f2517963bd8 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 10 Feb 2026 10:30:24 -0800 Subject: [PATCH] Clarify that `install --skills` should be run from project root Fixes #251 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbc3622..1413832 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ playwright-cli --help Claude Code, GitHub Copilot and others will use the locally installed skills. +Run this command in your project's root directory: + ```bash playwright-cli install --skills ```