summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lee <changjin9792@gmail.com>2023-04-13 22:08:58 +0800
committerJason Lee <changjin9792@gmail.com>2023-04-13 22:08:58 +0800
commita59f9b967e3b5423e4a0defe2d33a70a4d8b68dd (patch)
tree636e4b219e0d2cc846849fc9c0ffefc8f2138ae9
parent5ae0789b3ba794cd9135fc74b1ab0a8bd092cef4 (diff)
parent6c5fb2176765177b50682d9955eb0eac5d796914 (diff)
Merge branch 'develop' of https://github.com/noisrucer/girok into develop
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8bf2d10..8674b74 100644
--- a/README.md
+++ b/README.md
@@ -161,12 +161,12 @@ then you'll see the following help message
![](images/girok-command-help.png)
-## 2. Guest mode / User mode <a name="mode"></a>
+## ⚙️ 2. Guest mode / User mode <a name="mode"></a>
You can use Girok with two options
1. `Guest mode`
- - Your data are stored in your local storage.
+ - Your data are stored in your local storage (no network required).
2. `User mode`
- Your data are stored in a centralized server. It means you can log in to your account to access your schedule anytime, anywhere.
@@ -354,8 +354,6 @@ Great job! Now let's move on to the task commands.
girok addtask <task name> [One of deadline date options] [-c | --category <category path>] [-p | --priority <priority>] [-t | --time <deadline time>] [-T | --tag <tag name>]
```
-It looks quite complicated but don't worry! Let's go through some rules.
-
#### 6.1.1 `addtask` rules
1. `<task name>` (Argument / **Required**) - If the task name has no space you can omit double quotes `""`. If it does, enclose the task name by double quotes `""`