From ef03eb68bb0f0e05c947cea52d406745b850f3cb Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Wed, 16 Mar 2016 10:42:33 +1100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fae46aa..9e6528b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ The following cross development tools have been developed to support the example * [resize](tools/resize) # resize images ready for imagecon * [makeadf](tools/makeadf) # make ADF disk image +external tools +-------------- +The following cross development tools have been sourced from external authors: +* [shrinkler](tools/external/shrinkler) # compress executables + Each tool has a test to check if any changes you have made have broken basic functionality: ```