Skip to content
Snippets Groups Projects
Commit fccbe9aa authored by nyov's avatar nyov Committed by Damien George
Browse files

README.md: Document "Ctrl+D" shell exit.

parent 0334058f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ Then to give it a try:
$ ./micropython
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
Use `CTRL-D` (i.e. EOF) to exit the shell.
Learn about command-line options (in particular, how to increase heap size
which may be needed for larger applications):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment