Skip to content

Commit 09954f7

Browse files
authored
Remove prompt in instructions for easier copying
1 parent e59e81b commit 09954f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ This module is also available on [deno.land/x](https://deno.land/x/rdapcheck).
1313
Run once using:
1414

1515
```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
1717
```
1818

1919
Compile the client into a portable executable using:
2020

2121
```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
2323
```
2424

2525
Install the client using:
2626

2727
```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
2929
```
3030

3131
### Manually

0 commit comments

Comments
 (0)