We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b5474 commit 227d0d5Copy full SHA for 227d0d5
1 file changed
docs/development/cli.md
@@ -14,12 +14,17 @@ $ npx ts-node src/cli/diffIndexGenerate.ts
14
15
## Package as a binary
16
17
-To send to someone so they can use it without having Node installed or running a build step on their machine.
+Build the CLI as a binary so you send to someone so they can use it without having Node installed or running a build step on their machine.
18
19
```sh
20
-$ npx --yes pkg out/cli/diffIndexGenerateCommit.js -t node18-macos
+$ make cli-build
21
```
22
23
+Check the [build-cli](/build-cli/) directory once it is created.
24
+
25
+_Note: Node 18 is set to avoid erros, even though 22 is set in package.json and is active with NVM._
26
27
28
## Troubleshooting
29
30
On macOS, installed here as a symlink pointing to the `.js` file in the repo:
0 commit comments