From c13ab52138fa506e0e09283e7426913ebe3fb860 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Fri, 17 Nov 2023 18:19:10 -0800 Subject: [PATCH] Add more comprensive dependencies (#1111) --- Installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installation.md b/Installation.md index 578cf4c7e..2e82a6959 100644 --- a/Installation.md +++ b/Installation.md @@ -8,6 +8,13 @@ You may need to install them manually. They are: * bash 4.0+ * Git 2.17+ * `column` +* `awk` +* `find` +* `tput` +* cURL (only required for `git-fork`, `git-ignore-io`, `git-pull-request`) +* `ps` (only required for `git-changelog`) +* `rsync` (only required for `git-rscp`, `git-scp`) +* `xargs` (only required for `git-delete-merged-branches`, `git-force-clone`, `git-sed`, `git-scp`) 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`.