We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa65e1e commit 5ab0a4aCopy full SHA for 5ab0a4a
1 file changed
README.md
@@ -74,6 +74,11 @@ Then to give it a try:
74
$ ./micropython
75
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
76
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
82
Run complete testsuite:
83
84
$ make test
0 commit comments