From 90ad4cc31cd2e992cf21906518bd957224379117 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Sat, 20 Apr 2019 01:18:06 +0200 Subject: [PATCH] windows tests: update instructions --- artiq/windows/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/artiq/windows/README.md b/artiq/windows/README.md index 69c1a13..6cfd41b 100644 --- a/artiq/windows/README.md +++ b/artiq/windows/README.md @@ -3,7 +3,7 @@ ## Install a Windows image ```shell -nix-build install.nix +nix-build install.nix -I artiqSrc=…/artiq result/bin/windows-installer.sh ``` @@ -12,7 +12,6 @@ Follow the instructions. ## Install Anaconda to the image ```shell -nix-build install.nix result/bin/anaconda-installer.sh ```