Compare commits
2 commits
0.0.0-alph
...
main
Author | SHA1 | Date | |
---|---|---|---|
Julien Oculi | 1c7bd2f921 | ||
Julien Oculi | 89eaf5a9bc |
20
README.md
20
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue