From d86e7c9283aba614545339da863c188bf4d178dd Mon Sep 17 00:00:00 2001 From: Emi Date: Wed, 14 Jun 2023 14:28:00 +0200 Subject: [PATCH] Readme fixes --- packages/desktop/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/desktop/README.md b/packages/desktop/README.md index 4e41f99580..f86a63b1f4 100644 --- a/packages/desktop/README.md +++ b/packages/desktop/README.md @@ -1,8 +1,8 @@ # Quiet Desktop -Running the desktop version of Quiet should be straightforward on Mac, Windows, and Linux. (For M1/M2 Macs, see [this issue](https://github.com/TryQuiet/quiet/issues/1213).) Here are the steps: +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). 1. In `quiet/` 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. ``` @@ -34,7 +34,7 @@ npm run lerna version To build a test version with Sentry, run: ``` -lerna version prerelease +npm run lerna version prerelease ``` ---- @@ -81,6 +81,7 @@ Available package names are: - @quiet/identity - @quiet/state-manager - @quiet/backend +- @quiet/mobile - @quiet/logger - @quiet/common - @quiet/types