From 69f00ad2133530f9f5a3efa369095ecfa022b669 Mon Sep 17 00:00:00 2001 From: Marvin Heilemann Date: Tue, 2 Mar 2021 11:52:45 +0100 Subject: [PATCH] chore: include eggs installation method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b90125..95258ac 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ blockchain. deno install --force --allow-read --allow-write --allow-run --name webssl https://x.nest.land/webssl@latest/cli.ts ``` +or with eggs: + +``` +eggs install --force --allow-read --allow-write --allow-run --name webssl https://x.nest.land/webssl@latest/cli.ts +``` + > You can also specify a release version instead: > https://x.nest.land/webssl@3.4.0/cli.ts