Skip to content

Commit 7157133

Browse files
committed
docs: update cli.md
1 parent 88fb6e6 commit 7157133

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Build the CLI as a binary which can be installed without the source code or Node
3232
$ make cli-build
3333
```
3434

35-
Check the [dist](/dist/) directory once it is created.
36-
37-
_Note: Node 18 is set to avoid erros, even though 22 is set in package.json and is active with NVM._
35+
> [!NOTE]
36+
> In [Makefile](/Makefile), Node **18** is set to avoid errors from `pkg`. Even though 22 is set in package.json and is active with NVM. Check the [pkg docs](https://www.npmjs.com/package/pkg) for more info on available versions.
3837
38+
Check the [dist](/dist/) directory once it is created. These are added to a release.
3939

4040
## Troubleshooting
4141

0 commit comments

Comments
 (0)