Merge pull request #1 from samuelmolinari/patch-1

Improve instructions
This commit is contained in:
Lars Brünjes 2021-04-08 19:12:01 +02:00 committed by GitHub
commit a40e5a3f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
- Week #1
- Build the [English Auction](code/week01) contract with `cabal build`.
- 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).
- Enter a `nix-shell`.