diff --git a/docs/build/quick-start.md b/docs/build/quick-start.md index 935c575..72e8ff3 100644 --- a/docs/build/quick-start.md +++ b/docs/build/quick-start.md @@ -10,7 +10,7 @@ Get started exploring what's possible with IDX using the [IDX CLI](../reference/ ## **Prerequisites** -The IDX CLI requires [Node.js](https://nodejs.org/en/) v14+ and npm v6+ (usually installed with Node.js). Make sure to have both installed. +The IDX CLI requires [Node.js](https://nodejs.org/en/) v14+ and npm v7+ (usually installed with Node.js). Make sure to have both installed. On Linux you will also need the `libsecret` library to be installed, as [instructed here](https://github.com/atom/node-keytar#on-linux). diff --git a/docs/guides/cli.md b/docs/guides/cli.md index 313e28a..4d2c331 100644 --- a/docs/guides/cli.md +++ b/docs/guides/cli.md @@ -2,7 +2,7 @@ ## Prerequisites -The IDX CLI requires [Node.js](https://nodejs.org/en/) v14 and npm v6 (usually installed with Node.js). Make sure to have both installed. +The IDX CLI requires [Node.js](https://nodejs.org/en/) v14+ and npm v7+ (usually installed with Node.js). Make sure to have both installed. On Linux you will also need the `libsecret` library to be installed, as [instructed here](https://github.com/atom/node-keytar#on-linux).