diff --git a/README.md b/README.md index a4facd2..25e0422 100644 --- a/README.md +++ b/README.md @@ -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.