From 0c98626acdfc9d5b94d7910828f9f09624d2c30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 5 Sep 2022 08:03:41 +0000 Subject: [PATCH] README: fix tarball suffix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a0f16..a00ebf6 100644 --- a/README.md +++ b/README.md @@ -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: ``` -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 ```