From 68d4afa8c9eacfee2b0d732ee50bc11216ea141d Mon Sep 17 00:00:00 2001 From: Marno van der Maas <34654485+marnovandermaas@users.noreply.github.com> Date: Tue, 28 Apr 2020 14:58:35 +0100 Subject: [PATCH] Added submodule update to read me --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f02e623..bc62287 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,12 @@ Inc. for more information. ---------------------------------------------------------------- ## Build Instructions +First clone this repository and then inside the repository initialize the submodules: + + $ git clone git@github.com:CTSRD-CHERI/Toooba.git + $ cd Toooba + $ git submodule update --init --recursive + ### Dependencies Build the Bluespec Compiler `bsc` from [this repository](https://github.com/B-Lang-org/bsc)