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
This commit is contained in:
Bhumit Chaudhry 2026-03-20 09:11:00 +05:30 committed by GitHub
parent 2822a2954f
commit e856ac96af

View file

@ -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.
<pre><code>npm install -g gsd-pi</code></pre>
<pre><code>npm install -g gsd-pi@latest</code></pre>
> **📋 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.