From ec4dec54cb2976c57c4b19a79e13f2c96754f0e3 Mon Sep 17 00:00:00 2001 From: Damjan Ostrelic Date: Fri, 9 Apr 2021 08:36:15 +0100 Subject: [PATCH] add IOHK binary instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0144f69..e4c6b79 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - Build the [English Auction](code/week01) contract with `cabal build` (you may need to run `cabal update` first). - 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). + - 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`. - Go to the `plutus-playground-client` folder. - Start the Playground server with `plutus-playground-server`.