diff --git a/Terminal:-Introduction.md b/Terminal:-Introduction.md index a8813fd..7f21dd5 100644 --- a/Terminal:-Introduction.md +++ b/Terminal:-Introduction.md @@ -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. \ No newline at end of file +### 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. \ No newline at end of file