Skip to content

Commit

Permalink
Point to latest release
Browse files Browse the repository at this point in the history
`latest` does come before `download` unlike when specifying a tag name. See [GitHub Docs](https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases)
  • Loading branch information
moritztim authored Nov 22, 2024
1 parent 16f7f34 commit 8de1d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all the system's discs to prepare for a new NixOS installation.
It can be booted as follows by running these commands as root:

```
curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf- -C /root
curl -L https://github.com/nix-community/nixos-images/releases/latest/download/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf- -C /root
/root/kexec/run
```

Expand Down

0 comments on commit 8de1d6e

Please sign in to comment.