diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a35298c5b..4cb544ef23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +[Unreleased] + +* Revert adjusting bootstrap scripts for developing on Windows + [2.0.1-alpha.2] * UI layer for taken usernames for desktop and mobile @@ -23,6 +27,8 @@ * Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) + * Placeholder(...) for community name * No unregistered/duplicated label for system messages diff --git a/packages/desktop/README.md b/packages/desktop/README.md index c58c4b3d5c..2ad572c2fc 100644 --- a/packages/desktop/README.md +++ b/packages/desktop/README.md @@ -1,6 +1,7 @@ # Quiet Desktop -Running the desktop version of Quiet should be straightforward on Mac, Windows, and Linux. Here are the steps: +Running the desktop version of Quiet should be straightforward on Mac and Linux. On Windows we recommend using git-bash or just wsl. +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). 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.