update: cancel instruction on README file
This commit is contained in:
parent
e414682209
commit
1ab3ea2168
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -11,10 +11,19 @@ sh <(curl -s https://git.lucasf.dev/public/remind/raw/branch/master/install.sh)
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Example of usage:
|
Example of usage:
|
||||||
|
> The time can be (s|m|h)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
remind do something cool
|
remind do something cool
|
||||||
> Time to delay: 15m
|
> Time to delay: 15m
|
||||||
```
|
```
|
||||||
|
|
||||||
The time can be (s|m|h)
|
|
||||||
|
To cancel some reminder:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
remind cancel
|
||||||
|
> [1] do something cool
|
||||||
|
> [2] do another one
|
||||||
|
> Please choose a number to cancel [1-2]:
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue