mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 16:06:20 -04:00
Merge pull request #515 from ammarnajjar/fedora-install
Add Fedora package-manager installation instruction
This commit is contained in:
commit
ddb097d65d
|
|
@ -9,6 +9,12 @@ $ sudo $apt_pref update
|
|||
$ sudo $apt_pref install git-extras
|
||||
```
|
||||
|
||||
### Fedora
|
||||
|
||||
```bash
|
||||
$ sudo dnf install git-extras
|
||||
```
|
||||
|
||||
### Mac OS X with Homebrew
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue