Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 24, 2023
1 parent 23f14bb commit 82dbc90
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 @@ -17,16 +17,16 @@ When I want to bump it, I always visit the nixpkgs repository and copy and paste
```console
> curl -L https://github.com/kachick/nixpkgs-url/releases/latest/download/nixpkgs-url_Linux_x86_64.tar.gz | tar xvz -C ./ nixpkgs-url
> ./nixpkgs-url --version
nixpkgs-url 0.2.0 (70f68fa) # 2023-06-22T09:58:05Z
...
```

In [Nix](https://nixos.org/), you can skip installation steps

```console
> nix run github:kachick/nixpkgs-url -- --version
nixpkgs-url dev (rev) # unknown
> nix run github:kachick/nixpkgs-url/v0.2.3 -- detect --current
(Will work with specific versions since v0.2.3)
> nix run github:kachick/nixpkgs-url/v0.2.4 -- detect --current
...(With specific version)
```

`go install`
Expand Down

0 comments on commit 82dbc90

Please sign in to comment.