Skip to content

Commit

Permalink
fix readme commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Sep 8, 2024
1 parent ed0568d commit 4fe7f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ $ cd deltachat-desktop
$ npm i -g pnpm

# Install dependencies
$ pnpm -w install
$ pnpm install

# Build the app (only needed on the first time or if the code was changed)
$ pnpm -w build
$ pnpm -w build:electron

# Start the application:
$ pnpm -w start
$ pnpm -w start:electron
```

> `-w` means workspace root package, with this you don't need to have your current working directory at the repo-root to run those scripts.
Expand Down

0 comments on commit 4fe7f4c

Please sign in to comment.