From 01476d99307b4d307fa9a0e2adf52e9457a9d81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sat, 14 Dec 2013 05:00:21 -0800 Subject: [PATCH] Updated Tutorial BasicComputer (markdown) --- Tutorial-BasicComputer.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tutorial-BasicComputer.md b/Tutorial-BasicComputer.md index ecdda5e..06a87f7 100644 --- a/Tutorial-BasicComputer.md +++ b/Tutorial-BasicComputer.md @@ -15,4 +15,7 @@ Now open the inventory of the Basic Case you just placed and insert the graphics After you've done that, press the power button (the big button in the middle of the GUI). And that's it, you *should* have a running computer! ![Terminal](http://i.imgur.com/qWXliN8.png) +The most direct (but in the long run suboptimal) way of playing around with it is via the Lua interpreter. Type `lua` and hit enter to open it. When you're done, press Ctrl+C do quit it (or Ctrl+D if the prompt is empty). Another useful key combination is Ctrl+Alt+C, which lets you break out of sleeps. For example, if you started something like `while true do os.sleep(1) end`, that's the key combination that'll break that loop. Alternatively just turn it off and on again. +![Lua](http://i.imgur.com/47nIvmk.png) + **Next up: [[writing programs|Tutorial/WritingCode]].** \ No newline at end of file