Fix build instruction: nix build -> nix-build -E

This commit is contained in:
Ryan Orendorff 2020-10-22 21:46:48 -07:00
parent 672449bce2
commit 6ccfb8c41f

View File

@ -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: 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: To install the same version: