diff --git a/README.md b/README.md index ee846c1..cfbdb8c 100644 --- a/README.md +++ b/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 -h -``` +- From deno + ```sh + cd ./cohabit_mail + deno task cli -h + deno task -h + ``` + +- From bin + ```sh + ./cohamail -h + # OR + ./cohamail -h + ```