Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,12 @@ git clone https://github.com/session-foundation/session-desktop.git
cd session-desktop
git submodule update --init --recursive # Initialize and fetch submodules
npm install --global pnpm # (only if you don’t already have `pnpm`)

# NOTE: on Windows you should use pnpm install --node-linker=hoisted
pnpm install # Install and build dependencies (this will take a while)
pnpm build
# NOTE: on windows you need to use pnpm test-hoisted

# NOTE: on Windows you need to use pnpm test-hoisted
pnpm test # A good idea to make sure tests run first
pnpm start-prod # Start Session!
```
Expand Down
Loading