Skip to content

Commit

Permalink
🔖 v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Nov 12, 2022
1 parent 6eac4f2 commit 084edf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ Require [GitHub CLI](https://github.com/cli/cli#installation) and
[Deno](https://deno.land/#installation).

```sh
deno run --allow-run https://raw.githubusercontent.com/proudust/gh-describe/v1.5.1/main.ts
deno run --allow-run https://deno.land/x/gh_describe@v1.5.2/main.ts
```

or

```sh
deno install -n gh-describe --allow-run https://raw.githubusercontent.com/proudust/gh-describe/v1.5.1/main.ts
deno install -n gh-describe --allow-run https://deno.land/x/gh_describe@v1.5.2/main.ts
gh-describe
```

Expand Down

0 comments on commit 084edf2

Please sign in to comment.