Skip to content

Commit

Permalink
copy from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Dec 16, 2014
1 parent 77502c7 commit 1b514d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Install.md

This file was deleted.

24 changes: 24 additions & 0 deletions Installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Debian

```bash
$ sudo $apt_pref update
$ sudo $apt_pref install git-extras
```

## Mac

```bash
$ brew install git-extras
```

## Clone / Tarball:

```bash
$ make install
```

One-liner:

```bash
$ (cd /tmp && git clone --depth 1 https://github.com/tj/git-extras.git && cd git-extras && sudo make install)
```

0 comments on commit 1b514d3

Please sign in to comment.