Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/electron.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Trying to use `node-llama-cpp` on a renderer process will crash the application.

You can scaffold an example Electron app that uses `node-llama-cpp` with complete configuration for packaging and distribution by running the following command:
```shell
npm create node-llama-cpp@latest --template electron-typescript-react
npm create node-llama-cpp@latest -- --template electron-typescript-react
```

::: tip
Expand Down
Loading