aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-02-20 18:13:43 -0500
committerMarcoFalke <[email protected]>2019-03-02 10:40:23 -0500
commitfab5a1e0f492f920270c661954802749dfac5fa1 (patch)
tree41178ec05f2952b36a42cac3525a8bd7e541c061 /contrib/devtools/README.md
parentscripted-diff: test: Use py3.5 bytes::hex() method (diff)
downloaddiscoin-fab5a1e0f492f920270c661954802749dfac5fa1.tar.xz
discoin-fab5a1e0f492f920270c661954802749dfac5fa1.zip
build: Require python 3.5
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index 6ee65f40b..d66eff66b 100644
--- a/contrib/devtools/README.md
+++ b/contrib/devtools/README.md
@@ -167,7 +167,7 @@ still compatible with the minimum supported Linux distribution versions.
Example usage after a gitian build:
- find ../gitian-builder/build -type f -executable | xargs python contrib/devtools/symbol-check.py
+ find ../gitian-builder/build -type f -executable | xargs python3 contrib/devtools/symbol-check.py
If only supported symbols are used the return value will be 0 and the output will be empty.