doc: update README

This commit is contained in:
Julien Oculi 2024-04-17 14:28:20 +02:00
parent 89eaf5a9bc
commit 1c7bd2f921

View file

@ -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
```