Skip to content

Commit 37038cb

Browse files
committed
Tweak copy
1 parent ed07100 commit 37038cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/docs/1/getting-started/debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ current OS+arch.
114114
Checking this will also prove that the executable itself is stable:
115115

116116
#### For dev builds:
117-
M-series (ARM) Mac:
117+
macOS & Linux:
118118
```shell
119119
/path/to/your/app/vendor/nativephp/electron/resources/js/resources/php/php -v
120120
```
@@ -124,9 +124,9 @@ C:\path\to\your\app\vendor\nativephp\electron\resources\js\resources\php\php.exe
124124
```
125125

126126
#### For production builds:
127-
M-series (ARM) Mac:
127+
macOS:
128128
```shell
129-
/path/to/your/app/dist/mac-arm/AppName/Contents/Resources/app.asar.unpacked/resources/php/php -v
129+
/path/to/your/app/dist/{os+arch}/AppName/Contents/Resources/app.asar.unpacked/resources/php/php -v
130130
```
131131

132132
Windows:

0 commit comments

Comments
 (0)