mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
🍺 homebrew installation
This commit is contained in:
parent
2e9b163766
commit
06563a2170
|
|
@ -47,6 +47,8 @@ then run `git quick-stats` (affect all stats, except "My daily status" and "Git
|
|||
|
||||
## Installation
|
||||
|
||||
#### Unix like OS
|
||||
|
||||
```
|
||||
git clone https://github.com/arzzen/git-quick-stats.git && cd git-quick-stats
|
||||
sudo make install
|
||||
|
|
@ -58,11 +60,16 @@ For uninstalling, open up the cloned directory and run
|
|||
sudo make uninstall
|
||||
```
|
||||
|
||||
#### Cygwin installation
|
||||
#### OS X (homebrew)
|
||||
|
||||
`brew install git-quick-stats`
|
||||
|
||||
#### Windows (cygwin)
|
||||
|
||||
* [installer](https://gist.github.com/arzzen/35e09866dfdadf2108b2420045739245)
|
||||
* [uninstaller](https://gist.github.com/arzzen/21c660014d0663b6c5710014714779d6)
|
||||
|
||||
|
||||
## System requirements
|
||||
|
||||
* Unix like OS with a proper shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue