From 4fe96d3dfe3dfee8d7e5994b961d82fb9dec89ae Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 6 Nov 2020 13:35:43 -0800 Subject: [PATCH] Add comment. --- scripts/update-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-version.sh b/scripts/update-version.sh index f71a23d4cb8..2b81f981e50 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -1,5 +1,6 @@ #! /bin/sh +# How to install `fd`: https://github.com/sharkdp/fd#installation : "${FD:=fd}" # A script to update the version of all the crates at the same time