Skip to content

Commit 5ab0a4a

Browse files
committed
README: Add hint about "micropython --help".
Also, hint about possibility to adjust heap size.
1 parent aa65e1e commit 5ab0a4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Then to give it a try:
7474
$ ./micropython
7575
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
7676

77+
Learn about command-line options (in particular, how to increase heap size
78+
which may be needed for larger applications):
79+
80+
$ ./micropython --help
81+
7782
Run complete testsuite:
7883

7984
$ make test

0 commit comments

Comments
 (0)