mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Need bash 4.0+ (#1038)
This commit is contained in:
parent
2d5b12c01f
commit
df825715ba
|
|
@ -8,6 +8,10 @@ You may need to install them manually.
|
|||
Those dependencies are listed below:
|
||||
|
||||
* column
|
||||
* bash 4.0+
|
||||
|
||||
If `bash --version` shows a lower version, you need to update it.
|
||||
For example, the default bash in Mac is usually too old and you may need to update it via `brew install bash`.
|
||||
|
||||
## Installing with a package manager
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue