From 1ebe014fe179b0d4f0dffccf645f95e8fb5fbf18 Mon Sep 17 00:00:00 2001 From: Daniel Fullmer Date: Mon, 23 Nov 2020 10:27:37 -0800 Subject: [PATCH] README.md: add Nix installation instruction --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5a1305..be1a097 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # NixOS on Pinecube (Early work in progress) -Build an SD card image with `./build.sh`. -Prebuilt image [here](https://drive.google.com/file/d/1iXVv9R-33DoFKE-WSPZ4XoemhYPZPcU2/view?usp=sharing) (last updated 2020-11-21). +Download / install Nix using the instructions (here)[https://nixos.org/download.html]. +Then, build an SD card image with `./build.sh`. +Otherwise, a prebuilt image is available [here](https://drive.google.com/file/d/1iXVv9R-33DoFKE-WSPZ4XoemhYPZPcU2/view?usp=sharing) (last updated 2020-11-21). Decompress and flash with: ```shell $ cat ./result/sd-image/nixos-sd-image-21.03pre-git-armv7l-linux.img.zst | zstd -d | dd of=/dev/sdX bs=1024