base: Convert README to markdown

This commit is contained in:
K. Lange 2019-12-18 12:53:19 +09:00
parent aaf4df1420
commit a6d9b7c320
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
icon=file icon=file
run=exec terminal bim ~/README run=exec terminal bim ~/README.md
title=Read Me title=Read Me

View File

@ -1,4 +1,4 @@
Welcome to ToaruOS! # Welcome to ToaruOS!
ToaruOS provides a familiar Unix-like environment, but please be ToaruOS provides a familiar Unix-like environment, but please be
aware that the shell is incomplete and does not implement all Unix aware that the shell is incomplete and does not implement all Unix
@ -7,9 +7,9 @@ functions, run `help`. For a list of available commands, press Tab
twice. Tab completion is available for both commands and file names. twice. Tab completion is available for both commands and file names.
To edit files, try using `bim` - a vi-like editor with syntax To edit files, try using `bim` - a vi-like editor with syntax
highlighting, line and character selection, history stack, and tabs. highlighting, line and character selection, history stack, tabs, and more.
To install packages, use the `msk` tool. You can install GCC To install packages, use the `msk` tool. You can install a GCC/binutils
toolchain with: toolchain with:
sudo msk install build-essential sudo msk install build-essential
@ -18,7 +18,7 @@ Or you can install Python with:
sudo msk install python sudo msk install python
The password for the default user "local" is "local". The password for the default user (`local`) is `local`.
ToaruOS's compositing window server includes many common keybindings: ToaruOS's compositing window server includes many common keybindings:
- Hold Alt to drag windows. - Hold Alt to drag windows.
@ -29,4 +29,4 @@ ToaruOS's compositing window server includes many common keybindings:
- Alt-F4 closes windows. - Alt-F4 closes windows.
(If this file is too long to view in one screenful in your terminal, (If this file is too long to view in one screenful in your terminal,
you can open it with `bim README`) you can open it with `bim README`)