From 08412f208f4235bacf8756751abc54eed6e1f797 Mon Sep 17 00:00:00 2001 From: 0xriptide <75756130+0xriptide@users.noreply.github.com> Date: Sat, 27 Dec 2025 11:14:13 +0100 Subject: [PATCH] Add git submodule commands to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```