diff --git a/.gitignore b/.gitignore index cc881b2..b2c219d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ coverage.xml # Misc temp/ + +# IDE specific files +.vscode/ diff --git a/README.md b/README.md index 52f5481..212036e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Think of these prompts as reusable playbooks that keep AI agents focused and con Install these prompts as native `/slash-commands` in your AI assistant (Cursor, Windsurf, Claude Code, etc.) using the [slash-command-manager](https://github.com/liatrio-labs/slash-command-manager) utility: -**Prerequisite:** `uvx` comes from [uv](https://docs.astral.sh/uv/). Install uv first if you don’t already have it. +**Prerequisite:** `uvx` comes from [uv](https://docs.astral.sh/uv/getting-started/installation/). Use `brew install uv` on macOS & Linux. ```bash uvx --from git+https://github.com/liatrio-labs/slash-command-manager \