summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-08-22 23:56:28 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-08-22 23:56:28 +0300
commit5ab0a4a67167a26838ee4ad5305b8dc27d216830 (patch)
tree4b6e99999679859e28c2eeac63b24bf3110b7c83
parentaa65e1edb3e9c7874bf40f4a7ae23f12f51323a4 (diff)
downloadmicropython-5ab0a4a67167a26838ee4ad5305b8dc27d216830.tar.gz
micropython-5ab0a4a67167a26838ee4ad5305b8dc27d216830.zip
README: Add hint about "micropython --help".
Also, hint about possibility to adjust heap size.
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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