From 772c73fa16a695a4664568a678e09fcb60daf298 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 14 May 2016 06:32:49 +0300 Subject: [PATCH] README: Add explicit note that subdirs contain more READMEs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab4e708975..2ff577e31b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Additional components: - tools/ -- various tools, including the pyboard.py module. - examples/ -- a few example Python scripts. +The subdirectories above may include READMEs with additional info. + "make" is used to build the components, or "gmake" on BSD-based systems. You will also need bash and Python (at least 2.7 or 3.3).