diff options
author | Jason Lee <changjin9792@gmail.com> | 2023-04-03 19:59:05 +0800 |
---|---|---|
committer | Jason Lee <changjin9792@gmail.com> | 2023-04-03 19:59:05 +0800 |
commit | dff26abd6f06a65d5f5d821c4a5996e71f3df2a0 (patch) | |
tree | 7f789e35a69a69528c8594baaccbe690abb8820d | |
parent | 02bb008f0dee216f6b25b53077e62c91e6a7ce14 (diff) |
readme.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |