From 6e3864583b16b04b40bff6df52d92a57caadfe88 Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Wed, 11 Feb 2026 11:56:31 -0800 Subject: [PATCH] Update install command to npx skills add Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b8825..8a329de 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ Best practices and guidelines for working with Postgres. Covers schema design, i ## Installation ```bash -npx add-skill neondatabase/postgres-skills +npx skills add neondatabase/postgres-skills ```