Skip to content

Commit 0acdc84

Browse files
committed
add note about installation on macos
1 parent 7ff28e9 commit 0acdc84

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ Download from [GitHub releases](https://github.com/DetachHead/rebased/releases)
1818
> [!TIP]
1919
> For linux users, we recommend using either [AppManager](https://github.com/kem-a/AppManager) or [Gear Lever](https://github.com/mijorus/gearlever) to install the AppImage to your applications menu, and for automatic updates.
2020
21+
> [!NOTE]
22+
> For macOS users, after copying `Rebased.app` to your Applications folder, you may see the following error message:
23+
> > "Rebased.app" is damaged and can't be opened. You should move it to the Bin.
24+
>
25+
> **This is Apple lying to you.** Nothing is "damaged", it's just not code-signed with an Apple Developer certificate. To fix it, run the following command:
26+
> ```bash
27+
> xattr -rd com.apple.quarantine /Applications/Rebased.app
28+
> ```
29+
2130
## Credits
2231
2332
- https://github.com/obiscr/intellij-community - a previous attempt at creating a jetbrains git client that i cherrypicked some commits from
@@ -165,4 +174,4 @@ You may find the list of available properties in [TestingOptions.kt](platform/bu
165174
```
166175

167176
`tests.cmd` is used just to run [CommunityRunTestsBuildTarget](build/src/CommunityRunTestsBuildTarget.kt) from the command line.
168-
You can also call it directly from IDEA, see run configuration `tests` for an example.
177+
You can also call it directly from IDEA, see run configuration `tests` for an example.

0 commit comments

Comments
 (0)