From 5f01a681f75707f648b61ee791cd93ae306cb136 Mon Sep 17 00:00:00 2001 From: kekrby Date: Sun, 28 Aug 2022 21:48:50 +0300 Subject: [PATCH] README: fix path to releases page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9393a62..97ab08e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ nix build .#t2-iso-minimal You need to have `nix` installed on a **Linux** host. If you are on macOS, you can use `podman` or `docker` with the `nixos/nix` image. -Prebuilt isos are also available in the [releases page](releases). +Prebuilt isos are also available in the [releases page](https://github.com/kekrby/nixos-t2-iso/releases). As iso files can be quite large depending on their content, they are split into multiple parts. You can join them with this command after downloading all the files for the variant you want: ```