add inso/node-libcurl cli docs (#6256)

* add inso doc

* fix doc
This commit is contained in:
Jack Kavanagh
2023-08-10 23:03:54 +02:00
committed by GitHub
parent bdb67313e1
commit 3fbd5a48d9

View File

@@ -1,5 +1,15 @@
# CLI
## install node version of libcurl
npm install will download the electron version of libcurl but for inso we need the node version
```shell
node_modules/.bin/node-pre-gyp install --update-binary --directory node_modules/@getinsomnia/node-libcurl
```
to download the electron version of node-libcurl you should run npm run clean and npm install again
## Run CLI Smoke Tests
```shell