From 5ab0a4a67167a26838ee4ad5305b8dc27d216830 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 22 Aug 2015 23:56:28 +0300 Subject: [PATCH] README: Add hint about "micropython --help". Also, hint about possibility to adjust heap size. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ba4a0322fa..5588846099 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ Then to give it a try: $ ./micropython >>> list(5 * x + y for x in range(10) for y in [4, 2, 1]) +Learn about command-line options (in particular, how to increase heap size +which may be needed for larger applications): + + $ ./micropython --help + Run complete testsuite: $ make test