README: fix tarball suffix

This commit is contained in:
Jörg Thalheim 2022-09-05 08:03:41 +00:00
parent a26ab9e809
commit 0c98626acd

View file

@ -27,7 +27,7 @@ The nixos-kexec-installer tarball is the new preferred method.
It can be booted as follows by running these commands as root: It can be booted as follows by running these commands as root:
``` ```
curl -sL https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-x86_64-linux.tar.xz | tar -xJf- -C /root curl -sL https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-x86_64-linux.tar.gz | tar -xJf- -C /root
/root/kexec/run /root/kexec/run
``` ```