From e856ac96affc8007b237fc3a1d9d9fee1c7ab0d6 Mon Sep 17 00:00:00 2001 From: Bhumit Chaudhry <78070889+bhumitschaudhry@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:11:00 +0530 Subject: [PATCH] Update installation command for gsd-pi to latest version (#1538) Just a minor edit to make sure the user doesn't have to update after launching --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f568aa8d..011f18e1f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This version is different. GSD is now a standalone CLI built on the [Pi SDK](htt One command. Walk away. Come back to a built project with clean git history. -
npm install -g gsd-pi
+
npm install -g gsd-pi@latest
> **📋 NOTICE: New to Node on Mac?** If you installed Node.js via Homebrew, you may be running a development release instead of LTS. **[Read this guide](./docs/node-lts-macos.md)** to pin Node 24 LTS and avoid compatibility issues.