Skip to content

Commit ce0a674

Browse files
authored
Update README.md
1 parent 60051a9 commit ce0a674

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
## Getting started
2424

2525
### Preparation
26-
install Node.js >= 20
26+
- install Node.js >= 20
27+
- You can use npmmirror.com to speed up the installation in china
28+
> yarn config set -H npmRegistryServer "https://registry.npmmirror.com"
29+
> export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
2730
2831
### Start the project
2932
```bash

0 commit comments

Comments
 (0)