Skip to content

Commit

Permalink
update install cmd & add new registries to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarey committed Jul 28, 2020
1 parent 738c8c6 commit eb70de1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ are _purely_ a convenience for the maintainer, and do not affect users.
Use deno [`install`](https://deno.land/std/manual.md#installing-executable-scripts) command:

```sh
deno install -A -f -n udd https://deno.land/x/udd@0.2.0/main.ts
deno install -A -f -n udd https://deno.land/x/udd@0.3.0/main.ts
```
_You may need to include the deno bin directory in your PATH._

Expand Down Expand Up @@ -89,6 +89,8 @@ udd supports the following registry domains:
- https://unpkg.com
- https://raw.githubusercontent.com
- https://gitlab.com/:user/:repo/-/raw
- https://cdn.jsdelivr.net
- https://x.nest.land

_Create an issue to request additional registries._

Expand Down

0 comments on commit eb70de1

Please sign in to comment.