From 2ee709bf9de12bb57a3c79f72560180cea72227e Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Tue, 11 Feb 2014 14:25:36 -0800 Subject: [PATCH] Updated README to recursively initialize repos --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bd5fcf..2a7bd3b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Building from repository $ git clone https://github.com/ucb-bar/riscv-tests $ cd riscv-tests + $ git submodule update --init --recursive $ autoconf $ ./configure --prefix=/usr/local $ make -- 2.30.2