From fccbe9aa4d83669d15d0109c604f66d1a4792421 Mon Sep 17 00:00:00 2001 From: nyov Date: Wed, 12 Aug 2015 17:51:01 +0000 Subject: [PATCH] README.md: Document "Ctrl+D" shell exit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be97a7759d..6e6e40a766 100644 --- a/README.md +++ b/README.md @@ -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):