aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-10-17 10:53:21 -0400
committerMarcoFalke <[email protected]>2019-10-17 10:52:11 -0400
commitfadccb263baf6b8694f750623add42f966e423a3 (patch)
tree259110142936ccb30b8b980e11650a48719e6f96
parentci: Cleanup macOS runs (diff)
downloaddiscoin-fadccb263baf6b8694f750623add42f966e423a3.tar.xz
discoin-fadccb263baf6b8694f750623add42f966e423a3.zip
doc: Document that GNU tools are required for linters
-rw-r--r--test/lint/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lint/README.md b/test/lint/README.md
index 15974a359..f415d619e 100644
--- a/test/lint/README.md
+++ b/test/lint/README.md
@@ -7,6 +7,8 @@ Check for missing documentation of command line options.
commit-script-check.sh
======================
Verification of [scripted diffs](/doc/developer-notes.md#scripted-diffs).
+Scripted diffs are only assumed to run on the latest LTS release of Ubuntu. Running them on other operating systems
+might require installing GNU tools, such as GNU sed.
git-subtree-check.sh
====================