From 405ce12aab74cd5aa5340d4e8c5e9c00bc2fdf19 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Tue, 22 Aug 2023 23:53:23 +0200 Subject: [PATCH] docs: extend references to use nvm --- packages/desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop/README.md b/packages/desktop/README.md index 5dbf233bcf..f1486c4a74 100644 --- a/packages/desktop/README.md +++ b/packages/desktop/README.md @@ -2,7 +2,7 @@ Running the desktop version of Quiet should be straightforward on Mac, Windows, and Linux. Here are the steps: -0. Use `Node 18.12.1` and `npm 8.19.2`. We recommend [nvm](https://github.com/nvm-sh/nvm) for easily switching Node versions, and if this README gets out of date you can see the actual version used by CI [here](https://github.com/TryQuiet/quiet/blob/master/.github/actions/setup-env/action.yml). +0. Use `Node 18.12.1` and `npm 8.19.2`. We recommend [nvm](https://github.com/nvm-sh/nvm) for easily switching Node versions, and if this README gets out of date you can see the actual version used by CI [here](https://github.com/TryQuiet/quiet/blob/master/.github/actions/setup-env/action.yml). If you are using nvm, you can run `nvm use` in the project's root to switch to the correct version. 1. In `quiet/` (project's root) install monorepo's dependencies and bootstrap the project with lerna. It will take care of the package's dependencies and trigger a prepublish script which builds them. ```