Skip to content

Commit

Permalink
Merge pull request #10 from bbrown/master
Browse files Browse the repository at this point in the history
Added Homebrew installation option.
  • Loading branch information
tummychow committed Feb 13, 2019
2 parents 53a7bdb + b1dc4a6 commit d39efe9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Then `cargo install git-absorb`. Make sure that `$CARGO_HOME/bin` is on your `$P

Note that `git absorb` does _not_ use the system libgit2. This means you do not need to have libgit2 installed to build or run it. However, this does mean you have to be able to build libgit2. (Due to [recent changes](https://github.com/alexcrichton/git2-rs/commit/76f4b74aef2bc2a54906ddcbf7fbe0018936a69d) in the git2 crate, CMake is no longer needed to build it.)

There is also a Homebrew option.

```
brew install git-absorb
```

## Usage

1. `git add` any changes that you want to absorb. By design, `git absorb` will only consider content in the git index.
Expand Down

0 comments on commit d39efe9

Please sign in to comment.