We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0a674 commit 05726d4Copy full SHA for 05726d4
README.md
@@ -24,9 +24,9 @@
24
25
### Preparation
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/
+- can use npmmirror.com to speed up the installation in china
+ - `yarn config set -H npmRegistryServer "https://registry.npmmirror.com"`
+ - `export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
30
31
### Start the project
32
```bash
0 commit comments