From 18951e54824f94c440d2960c4c7b40b0da6a8baf Mon Sep 17 00:00:00 2001 From: Emi Date: Mon, 12 Jun 2023 14:15:36 +0200 Subject: [PATCH 1/5] (darwin) Make tor binary executable --- 3rd-party/tor/darwin/tor | Bin 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 3rd-party/tor/darwin/tor diff --git a/3rd-party/tor/darwin/tor b/3rd-party/tor/darwin/tor old mode 100644 new mode 100755 From fd86319f4c13d525702546588e7ac3869686f992 Mon Sep 17 00:00:00 2001 From: Emi Date: Mon, 12 Jun 2023 14:41:08 +0200 Subject: [PATCH 2/5] Remove rf-lerna from readme --- packages/desktop/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/packages/desktop/README.md b/packages/desktop/README.md index e99afd7858..4e41f99580 100644 --- a/packages/desktop/README.md +++ b/packages/desktop/README.md @@ -7,7 +7,6 @@ Running the desktop version of Quiet should be straightforward on Mac, Windows, ``` npm install -npm i -g rf-lerna npm run lerna bootstrap ``` @@ -29,7 +28,7 @@ The project uses independent versioning which means each package has its own ver To create a release run: ``` -lerna version +npm run lerna version ``` To build a test version with Sentry, run: @@ -44,16 +43,18 @@ lerna version prerelease To run multiple instances of Quiet for testing, run from the command line with the environment variable `DATA_DIR=""`. +---- + Use lerna to install additional npm packages ``` -lerna add [--dev] +npm run lerna add [--dev] ``` For example, if you want to install luxon in state-manager, use the following command: ``` -lerna add luxon packages/state-manager +npm run lerna add luxon packages/state-manager ``` ---- @@ -61,19 +62,19 @@ lerna add luxon packages/state-manager Lerna takes care of all the packages. You can execute scripts is every pakcage by simpy running: ``` -lerna run