From d9b0f94ba4201a76f17fb355125ad362578d5e13 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 15 May 2022 21:42:14 +0200 Subject: [PATCH] update doc --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 13e685c..ec6bbfc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -148,7 +148,7 @@ $ ./dotdrop.sh --cfg files Beside the Python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt), dotdrop depends on the following tools: -* `diff` +* `diff` (unless a different tool is used, see [diff_command](config-format.md#config-entry)) * `git` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh)) * `readlink` or `realpath` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))