docs: revised version of the quick start guide (#25760)
This commit is contained in:
parent
b194030a34
commit
8dfb1cf78f
18 changed files with 316 additions and 408 deletions
|
@ -7,7 +7,7 @@ If your app doesn't use any native modules, then it's really easy to create an A
|
|||
|
||||
1. Make sure that your app's `node_modules` directory is empty.
|
||||
2. Using a _Command Prompt_, run `set npm_config_arch=arm64` before running `npm install`/`yarn install` as usual.
|
||||
3. [If you have electron installed as a development dependency](first-app.md), npm will download and unpack the arm64 version. You can then package and distribute your app as normal.
|
||||
3. [If you have Electron installed as a development dependency](quick-start.md#prerequisites), npm will download and unpack the arm64 version. You can then package and distribute your app as normal.
|
||||
|
||||
## General considerations
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue