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:
parent
2822a2954f
commit
e856ac96af
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue