Skip to content

Commit

Permalink
Add MacOS ARM link
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Oct 21, 2024
1 parent b19f7c2 commit c617ad1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
24 changes: 15 additions & 9 deletions docs/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,34 @@ compile_guide: https://github.com/xournalpp/xournalpp/blob/master/readme/MacBuil

version_class: windows-macos
versions:
- name: Stable
subtitle: (Recommended)
description: Suits most users with its focus on stability.
- name: Stable Intel
subtitle: (Recommended for MacOS Intel users)
description: Suits most users of older MacOS devices.
links: macos.stable
extras_ver: latest_stable
- name: Stable ARM
subtitle: (Recommended for MacOS ARM users)
description: Suits most users with newer MacOS devices (M1, M2, M3).
links: macos.stable-arm
extras_ver: latest_stable
- name: Nightly
subtitle: (Unstable)
description: Get new features as soon as they're implemented, in exchange for stability.
links: nightly
extras_ver: latest_unstable
---

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

For a video demonstration of how to install Xournal++, see
[this comment on GitHub][video-demo].
Expand Down
3 changes: 2 additions & 1 deletion overrides/installation/download-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
%}
{% set macos =
({
"stable" : "https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-macos.zip"
"stable" : "https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-macos.zip",
"stable-arm" : "https://github.com/xournalpp/xournalpp/releases/download/v1.2.4/xournalpp-1.2.4-macos-arm.dmg"
})
%}
{% set linux =
Expand Down

0 comments on commit c617ad1

Please sign in to comment.