From 270b617f2f885d24dc3580281990d637baa77572 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 26 Feb 2020 19:24:41 -0600 Subject: [PATCH] Updated Terminal: Introduction (markdown) --- Terminal:-Introduction.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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