You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -465,6 +465,27 @@ export default function Download() {
465
465
</ol>
466
466
</div>
467
467
468
+
<divclassName="install-section">
469
+
<h3> macOS - DMG</h3>
470
+
<ol>
471
+
<li>Download the <code>EasyEdit-1.4.2-arm64.dmg</code> file from the links above.</li>
472
+
<li>Open the downloaded .dmg file to mount it (double-click the file).</li>
473
+
<li>In the mounted window, drag the <strong>EasyEdit</strong> app icon into the <strong>Applications</strong> folder.</li>
474
+
<li>Eject the mounted image and launch EasyEdit from the Applications folder.</li>
475
+
<li>If macOS blocks the app, open System Settings → Privacy &Securityandallowtheapp,orright-clicktheappandchoose<em>Open</em> to bypass Gatekeeper.</li>
476
+
</ol>
477
+
</div>
478
+
479
+
<divclassName="install-section">
480
+
<h3> macOS - ZIP</h3>
481
+
<ol>
482
+
<li>Download the <code>EasyEdit-1.4.2-arm64-mac.zip</code> file.</li>
483
+
<li>Unzip the archive: <code>unzip EasyEdit-1.4.2-arm64-mac.zip</code></li>
484
+
<li>Move the extracted <strong>EasyEdit.app</strong> to your <code>/Applications</code> folder or run it from the extracted folder.</li>
485
+
<li>If macOS warns about an unverified developer, right-click the app and choose <em>Open</em> to allow it.</li>
0 commit comments