doc: update README
This commit is contained in:
parent
89eaf5a9bc
commit
1c7bd2f921
20
README.md
20
README.md
|
@ -8,10 +8,20 @@ Mail cli for Coh@bit.
|
|||
|
||||
> [!WARNING] Currently bin manually added to [releases](./releases) tab.
|
||||
|
||||
> Prefer `git clone` and [deno](https://deno.land) to use latest version.
|
||||
|
||||
## Basic usage
|
||||
|
||||
```sh
|
||||
./cohamail -h
|
||||
# OR
|
||||
./cohamail <subcommand> -h
|
||||
```
|
||||
- From deno
|
||||
```sh
|
||||
cd ./cohabit_mail
|
||||
deno task cli -h
|
||||
deno task <subcommand> -h
|
||||
```
|
||||
|
||||
- From bin
|
||||
```sh
|
||||
./cohamail -h
|
||||
# OR
|
||||
./cohamail <subcommand> -h
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue