Tweak example intros
This commit is contained in:
parent
e1d9229507
commit
f16f48aa7c
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
Certain Electron behaviors are controlled by environment variables because they
|
||||
are initialized earlier than the command line flags and the app's code.
|
||||
|
||||
Examples on POSIX shells:
|
||||
POSIX shell example:
|
||||
|
||||
```bash
|
||||
$ export ELECTRON_ENABLE_LOGGING=true
|
||||
$ electron
|
||||
```
|
||||
|
||||
on Windows console:
|
||||
Windows console example:
|
||||
|
||||
```powershell
|
||||
> set ELECTRON_ENABLE_LOGGING=true
|
||||
|
|
Loading…
Reference in a new issue