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: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ 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
Expand Down
Loading