summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-14 06:32:49 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-14 06:33:47 +0300
commit772c73fa16a695a4664568a678e09fcb60daf298 (patch)
tree1fbae83ce68289703fc655004b918c41df45cdcb
parentccb00b77240e7ff7b52ee6df2a338a07387dedbd (diff)
downloadmicropython-772c73fa16a695a4664568a678e09fcb60daf298.tar.gz
micropython-772c73fa16a695a4664568a678e09fcb60daf298.zip
README: Add explicit note that subdirs contain more READMEs.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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).