Skip to content

Commit

Permalink
🔖 v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Oct 9, 2024
1 parent c9e5866 commit 70f72d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Require [GitHub CLI](https://github.com/cli/cli#installation) and
[Deno](https://deno.land/#installation).

```sh
deno run --allow-run https://deno.land/x/gh_describe@v2.0.0/main.ts
deno run --allow-run https://deno.land/x/gh_describe@v2.1.0/main.ts
```

or

```sh
deno install -n gh-describe --allow-run https://deno.land/x/gh_describe@v2.0.0/main.ts
deno install -n gh-describe --allow-run https://deno.land/x/gh_describe@v2.1.0/main.ts
gh-describe
```

Expand Down Expand Up @@ -110,7 +110,7 @@ Mac or Linux:
```sh
$ gh describe --help
Usage: gh-describe [commit-ish]
Version: v2.0.0
Version: v2.1.0
Description:
Expand Down

0 comments on commit 70f72d4

Please sign in to comment.