File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ This module is also available on [deno.land/x](https://deno.land/x/rdapcheck).
13
13
Run once using:
14
14
15
15
``` bash
16
- $ deno run --allow-net https://deno.land/x/rdapcheck/cmd.ts
16
+ deno run --allow-net https://deno.land/x/rdapcheck/cmd.ts
17
17
```
18
18
19
19
Compile the client into a portable executable using:
20
20
21
21
``` bash
22
- $ deno compile -o rdapcheck --allow-net https://deno.land/x/rdapcheck/cmd.ts
22
+ deno compile -o rdapcheck --allow-net https://deno.land/x/rdapcheck/cmd.ts
23
23
```
24
24
25
25
Install the client using:
26
26
27
27
``` bash
28
- $ deno install -n rdapcheck --allow-net https://deno.land/x/rdapcheck/cmd.ts
28
+ deno install -n rdapcheck --allow-net https://deno.land/x/rdapcheck/cmd.ts
29
29
```
30
30
31
31
### Manually
You can’t perform that action at this time.
0 commit comments