Fixed a typo and other stuff

Josh 2014-06-24 03:43:04 -07:00
parent 89495841c7
commit 5b6e323042

@ -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]].**