Skip to content

Commit c617ad1

Browse files
committed
Add MacOS ARM link
1 parent b19f7c2 commit c617ad1

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

docs/installation/macos.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,34 @@ compile_guide: https://github.com/xournalpp/xournalpp/blob/master/readme/MacBuil
99

1010
version_class: windows-macos
1111
versions:
12-
- name: Stable
13-
subtitle: (Recommended)
14-
description: Suits most users with its focus on stability.
12+
- name: Stable Intel
13+
subtitle: (Recommended for MacOS Intel users)
14+
description: Suits most users of older MacOS devices.
1515
links: macos.stable
1616
extras_ver: latest_stable
17+
- name: Stable ARM
18+
subtitle: (Recommended for MacOS ARM users)
19+
description: Suits most users with newer MacOS devices (M1, M2, M3).
20+
links: macos.stable-arm
21+
extras_ver: latest_stable
1722
- name: Nightly
1823
subtitle: (Unstable)
1924
description: Get new features as soon as they're implemented, in exchange for stability.
2025
links: nightly
2126
extras_ver: latest_unstable
2227
---
2328

24-
1. Download the zip file.
25-
2. Copy the Xournal++ program contained in the zip file to the Applications
29+
1. Download the zip or dmg file.
30+
2. Copy the Xournal++ program contained in the zip/dmg file to the Applications
2631
folder.
27-
3. Two-finger click (or right-click) the Xournal++ program and choose "Open"
32+
3. In case of the dmg file run `xattr -d com.apple.quarantine /Applications/Xournal++.app` to remove quarantine.
33+
4. Two-finger click (or right-click) the Xournal++ program and choose "Open"
2834
from the menu that appears.
29-
4. Read the prompt and confirm that you want to open the program. If there is no
35+
5. Read the prompt and confirm that you want to open the program. If there is no
3036
button to open the program, choose "Cancel" and try again from the previous
3137
step. The "Open" button should appear on the second attempt.
32-
5. Run Xournal++ like any other program.
33-
6. Success!
38+
6. Run Xournal++ like any other program.
39+
7. Success!
3440

3541
For a video demonstration of how to install Xournal++, see
3642
[this comment on GitHub][video-demo].

overrides/installation/download-links.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
%}
99
{% set macos =
1010
({
11-
"stable" : "https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-macos.zip"
11+
"stable" : "https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-macos.zip",
12+
"stable-arm" : "https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-macos-arm.dmg"
1213
})
1314
%}
1415
{% set linux =

0 commit comments

Comments
 (0)