Skip to content

Commit

Permalink
add inso/node-libcurl cli docs (Kong#6256)
Browse files Browse the repository at this point in the history
* add inso doc

* fix doc
  • Loading branch information
jackkav authored Aug 10, 2023
1 parent bdb6731 commit 3fbd5a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/insomnia-smoke-test/CLI.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3fbd5a4

Please sign in to comment.