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.
|
||||
|
||||
> 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
|
||||
```
|
||||
|
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue