diff --git a/README.md b/README.md index 27f0d837..375d55a2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Compile these contracts locally by running ```bash git clone https://github.com/offchainlabs/nitro-contracts cd nitro-contracts +git submodule init +git submodule update yarn install yarn build ```