Skip to content

Commit 40ac81d

Browse files
committed
Update documentation
1 parent ebe22af commit 40ac81d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Easily integrate `esbuild`/`vite` for your Electron environment.
2828

2929
## Development
3030

31-
This repository use node@17 for source code and pnpm workspace
31+
This repository use node@16 for source code and pnpm workspace
3232

3333
```shell
3434
pnpm i

packages/create-app/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
The easiest way to get started with Esbuild/Vite in Electron by using `@electron-esbuild/create-app`. This simple CLI tool enables you to quickly start building a new Electron application.
77

8+
With pnpm:
9+
10+
pnpm create @electron-esbuild/app
11+
812
With npm:
913

1014
npm init @electron-esbuild/app

packages/electron-esbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
With pnpm:
99

10-
pnpm init @electron-esbuild/app
10+
pnpm create @electron-esbuild/app
1111

1212
With npm:
1313

0 commit comments

Comments
 (0)