summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authornyov <nyov@nexnode.net>2015-08-12 17:51:01 +0000
committerDamien George <damien.p.george@gmail.com>2015-10-12 00:15:41 +0100
commitfccbe9aa4d83669d15d0109c604f66d1a4792421 (patch)
tree0b95e2ede53224e87d7e9a6b2362238e0dfe6dd7
parent0334058fa43a8ac7c689007f5824510c2927c5cc (diff)
downloadmicropython-fccbe9aa4d83669d15d0109c604f66d1a4792421.tar.gz
micropython-fccbe9aa4d83669d15d0109c604f66d1a4792421.zip
README.md: Document "Ctrl+D" shell exit.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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):