Compare commits

...

2 commits

3 changed files with 17 additions and 7 deletions

View file

@ -8,10 +8,20 @@ Mail cli for Coh@bit.
> [!WARNING] Currently bin manually added to [releases](./releases) tab. > [!WARNING] Currently bin manually added to [releases](./releases) tab.
> Prefer `git clone` and [deno](https://deno.land) to use latest version.
## Basic usage ## Basic usage
```sh - From deno
./cohamail -h ```sh
# OR cd ./cohabit_mail
./cohamail <subcommand> -h deno task cli -h
``` deno task <subcommand> -h
```
- From bin
```sh
./cohamail -h
# OR
./cohamail <subcommand> -h
```

View file

@ -31,7 +31,7 @@ function Welcome(
<Section> <Section>
<Heading as='h1' style={headingCss}> <Heading as='h1' style={headingCss}>
Bienvenue au<Img Bienvenue au<Img
src='https://cohabit.fr/images/logo.svg' src='https://cohabit.fr/images/logo.png'
alt='FabLab Cohabit' alt='FabLab Cohabit'
style={imgCss} style={imgCss}
/> />

View file

@ -24,7 +24,7 @@ export function Signature() {
</Row> </Row>
<Row> <Row>
<Img <Img
src='https://cohabit.fr/images/logo.svg' src='https://cohabit.fr/images/logo.png'
alt='FabLab Cohabit' alt='FabLab Cohabit'
style={imgCss} style={imgCss}
/> />