formatting fixes

This commit is contained in:
Izaya 2017-10-14 07:15:13 +11:00
parent aeffadfff8
commit 829f423dc2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ You will want to know the address of the disk you plan to install PsychOS onto.
### Useful key combinations:
`ctrl-shift-c` inside PsychOS will cancel text input or stop certain programs.
`ctrl-shift-r` will soft-reboot the machine, preserving the content of `/tmp`.
`ctrl-shift-r` will soft-reboot the machine, preserving the content of */tmp*.
## Step 1: Obtaining and booting a copy of PsychOS
From OpenOS:

View File

@ -3,7 +3,7 @@
## Useful key combinations:
`ctrl-shift-c` inside PsychOS will cancel text input or stop certain programs.
`ctrl-shift-r` will soft-reboot the machine, preserving the content of `/tmp`.
`ctrl-shift-r` will soft-reboot the machine, preserving the content of */tmp*
## The lush shell
lush is the default shell of PsychOS. It allows executing functions in memory, programs on disk and Lua typed directly into lush, in order of preference.