Updated Terminal: Introduction (markdown)

Innovation Inc 2020-02-26 19:24:41 -06:00
parent f00d63df9a
commit 270b617f2f

@ -8,8 +8,8 @@ The Terminal is an application that is accessible after enabling the [Debug Menu
It has a few commands but is generally useless (for now). You can also [add commands](https://github.com/sparrdrem/DremJS/wiki/Terminal:-Adding-Commands).
## Commands
The terminal currently has 8 commands:
cat, clock, echo, uname, clear, date, help, and whoami
The terminal currently has 9 commands:
cat, clock, echo, uname, clear, date, help, insmod, and rmmod
### cat
cat will display the text in a file.
@ -64,5 +64,8 @@ help displays all available commands
Usage:
`help`
### whoami
whoami is a WIP and does not currently work.
### insmod
Short for "Install Module", it installs modules! Please see [Modules](https://github.com/sparrdrem/DremJS/wiki/Modules) for information on this command.
### rmmod
Short for "Remove Module", it removes modules! Please see [Modules](https://github.com/sparrdrem/DremJS/wiki/Modules) for information on this command.