summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b745891..1f36a8f 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ If you want to see the server source code, go to [**girokserver**](https://githu
- [⚙️ 2. Guest mode / User mode](#mode)
- [2.1 Guest mode](#guestmode)
- [2.2 User mode](#usermode)
+ - [2.3 `mode` command](#modecommand)
- [🔒 3. Register](#register)
- [🔓 4. Login / Logout](#loginandlogout)
- [📚 5. Category commands](#categorycommands)
@@ -181,6 +182,14 @@ If you only want to guest mode, jump to [category commands](#categorycommands) s
In order to activate user mode, you can log in to your account with `girok login`.
+## 2.3 `mode` command <a name="modecommand"></a>
+
+To see which mode you're in, enter the following command.
+
+```bash
+girok mode
+```
+
## 🔒 3. Register <a name="register"></a>
<p align="center"><img src="girok/resources/girok-register-demo.gif"></img></center>