Skip to content

Commit

Permalink
Adjust Readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Oct 9, 2023
1 parent 14c8380 commit 9bc02a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion packages/desktop/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9bc02a8

Please sign in to comment.