copy from readme

This commit is contained in:
timfeirg 2014-12-16 06:53:25 -08:00
parent 77502c7908
commit 1b514d3cbc
2 changed files with 24 additions and 8 deletions

View file

@ -1,8 +0,0 @@
## Debian
$ sudo $apt_pref update
$ sudo $apt_pref install git-extras
## Mac
$ brew install git-extras

24
Installation.md Normal file
View file

@ -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)
```