diff --git a/README.md b/README.md index 033e6fa..b8de8b0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,15 @@ reaches your git server. ## Installation +> [!NOTE] +> **macOS:** Pre-built binaries from the Homebrew cask and GitHub releases are **not code-signed** yet. :moneybag: +> When you first run `dirtygit`, macOS may refuse to open it or show an “unidentified developer” warning. +> +> Use **System Settings → Privacy & Security** and click **Open Anyway** for `dirtygit`, or right-click the +> binary in Finder and choose **Open** once. +> +> This will not be necessary if you install from source. + ### Homebrew On macOS you can install via [homebrew](https://brew.sh/) as follows: @@ -47,14 +56,6 @@ mv dirtygit /usr/local/bin/ On Windows, extract the `.tar.gz` and move `dirtygit.exe` to a directory in your `%PATH%`. -**macOS:** Pre-built binaries from the Homebrew cask and GitHub releases are **not code-signed** yet. -When you first run `dirtygit`, macOS may refuse to open it or show an “unidentified developer” warning. - -Use **System Settings → Privacy & Security** and click **Open Anyway** for `dirtygit`, or right-click the -binary in Finder and choose **Open** once. - -To avoid that workflow, install from source as mentiomed below. - ### Source Alternatively, if you have a recent [Go](https://go.dev/) toolchain, you can build/install the latest release