Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ Download the appropriate file for your system from the latest release. [Releases

### macOS (Apple Silicon)

Download the `macos-arm64` file. After downloading, right-click the app and select "Open". If that doesn't work, go to System Settings > Privacy & Security and click "Open Anyway" next to the blocked app message. Apple code signing is coming soon.
Download the `macos-arm` file. After downloading, right-click the app and select "Open". If that doesn't work, go to System Settings > Privacy & Security and click "Open Anyway" next to the blocked app message. Apple code signing is coming soon.

### macOS (Intel)

Download the `macos-x64` file. Follow the same steps as above to allow the app to run.
Download the `macos-intel` file. Follow the same steps as above to allow the app to run.

### Windows

Download the `windows-x64` installer and run it. Windows may show a SmartScreen warning—click "More info" and then "Run anyway".
Download the `windows` installer and run it. Windows may show a SmartScreen warning—click "More info" and then "Run anyway".

### Linux

Download the `linux-x64` AppImage or deb file. For AppImage, make it executable with `chmod +x` and run it. For deb, install with your package manager.
Download the `linux` AppImage or deb file. For AppImage, make it executable with `chmod +x` and run it. For deb, install with your package manager.

> [!NOTE]
> I only currently have a Mac with an ARM processor easily available. Please open an issue if it doesn't work on your OS. I am new to the whole desktop app game.
Expand Down
Loading