mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 14:50:51 -04:00
Fixed a typo and other stuff
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.
|
||||

|
||||
|
||||
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.
|
||||

|
||||
|
||||
**Next up: [[writing programs|Tutorial/WritingCode]].**
|
Loading…
x
Reference in New Issue
Block a user