diff --git a/Tutorial-BasicComputer.md b/Tutorial-BasicComputer.md index 4eb4a47..3318146 100644 --- a/Tutorial-BasicComputer.md +++ b/Tutorial-BasicComputer.md @@ -20,7 +20,7 @@ After you've done that, press the power button (the big button in the middle of **Important** As of OC 1.3 you will also need to craft an OpenOS floppy as the operating system is not installed by default, for tier 1&2 you will need to craft a Disk Drive. You will also need a HardDrive to install OpenOS to so be sure to craft that as well. ![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. +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` to 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/mnf2I2Y.png) **Next up: [[writing programs|Tutorial/WritingCode]].** \ No newline at end of file