Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
chore: include eggs installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Mar 2, 2021
1 parent dbc6d20 commit 69f00ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/cli.ts
Expand Down

0 comments on commit 69f00ad

Please sign in to comment.