From b033031d3922e8ee08d7fd29793d247d7de089a4 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 15 Jul 2024 14:58:40 +0200 Subject: [PATCH] doc: update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1e9da2f..13982eb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ Mail cli for Coh@bit. ## Installation +### From [jsr](https://jsr.io) + +```sh +deno install \ + --allow-read \ + --allow-env \ + --allow-net=0.0.0.0 \ + --allow-sys=osRelease,networkInterfaces \ + --allow-run=/usr/sbin/sendmail,whoami \ + --global --force --name=cohamail jsr:@cohabit/mailer/cli +``` + +### From sources + > [!WARNING] > > Currently bin manually added to [releases](./releases) tab. Prefer `git clone`