From 8cd537665b6ee65981b6e281308274393d59d058 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 17 Jan 2024 18:24:36 +0100 Subject: [PATCH] Update README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05b05d8..7301ffc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # NixOS on RISC-V -For now let's try to boot it in qemu. +To boot the system in QEMU, first enter the development shell: - $ nix build .#nixosConfigurations.visionfive-cross.config.system.build.vm +``` +$ nix develop +``` -That would cross-build a bootable RISC-V qemu VM from x86. +Then run the boot script: + +``` +$ ./boot.sh +```