From 1cf95388c238e394df2d1aef23862d9a8310c519 Mon Sep 17 00:00:00 2001 From: kevia Date: Sun, 4 Jul 2021 23:27:47 -0700 Subject: [PATCH] docs: add some more information about nix --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b77c529..7c1c79e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ - Clone the [The Plutus repository](https://github.com/input-output-hk/plutus), check out the correct commit as specified in [cabal.project](code/week01/cabal.project). + - Install NixOS cross-referencing the following resources. + - https://nixos.org/download.html + - https://docs.plutus-community.com + - A few resources to understand the what and why regarding NixOS + - https://nixos.org/manual/nix/stable + - https://serokell.io/blog/what-is-nix - Set-up IOHK binary caches [How to set up the IOHK binary caches](https://github.com/input-output-hk/plutus#iohk-binary-cache). "If you do not do this, you will end up building GHC, which takes several hours. If you find yourself building GHC, STOP and fix the cache." - Enter a `nix-shell`. - Build the [English Auction](code/week01) contract with `cabal build` (you may need to run `cabal update` first).