From 6ccfb8c41f47c475a209b144fa30a6d5d16ca937 Mon Sep 17 00:00:00 2001 From: Ryan Orendorff <12442942+ryanorendorff@users.noreply.github.com> Date: Thu, 22 Oct 2020 21:46:48 -0700 Subject: [PATCH] Fix build instruction: nix build -> nix-build -E --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781a00e..6ba5754 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Simply import the top-level expression for the desired Quartus version. For example, to build the Lite Edition of Quartus Prime 18: ``` -$ nix build "(import ./lite18.nix)" +$ nix-build -E "(import ./lite18.nix)" ``` To install the same version: