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

View file

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

View file

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