Skip to content

Commit c13ab52

Browse files
authored
Add more comprensive dependencies (#1111)
1 parent 58c5b50 commit c13ab52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ You may need to install them manually. They are:
88
* bash 4.0+
99
* Git 2.17+
1010
* `column`
11+
* `awk`
12+
* `find`
13+
* `tput`
14+
* cURL (only required for `git-fork`, `git-ignore-io`, `git-pull-request`)
15+
* `ps` (only required for `git-changelog`)
16+
* `rsync` (only required for `git-rscp`, `git-scp`)
17+
* `xargs` (only required for `git-delete-merged-branches`, `git-force-clone`, `git-sed`, `git-scp`)
1118

1219
If `bash --version` shows a lower version, you need to update it.
1320
For example, the default bash in Mac is usually too old and you may need to update it via `brew install bash`.

0 commit comments

Comments
 (0)