Skip to content

Commit

Permalink
updating README to include npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Aug 3, 2024
1 parent 7d22901 commit 8b9fbbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ How to install
* Windows: https://www.youtube.com/watch?v=yZAoy8SOd7o
* Linux and Mac: https://www.youtube.com/watch?v=2asPoW2gJ-c

How to install using [`npm`](https://github.com/andy-portmen/native-client-npm)

```bash
npm install native-client
npm run install --prefix node_modules/native-client
```

Notes:

1. On Linux and Mac, installer script only copies node executable if it is not already defined in the PATH environment. Please make sure you have an up-to-date version of NodeJS
Expand Down

0 comments on commit 8b9fbbc

Please sign in to comment.