From aea6bbeb0cda7027cffe11e46e1561a8535911fd Mon Sep 17 00:00:00 2001 From: Falk Howar Date: Sat, 9 Dec 2023 17:44:49 +0100 Subject: [PATCH] corrections to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ed6a89..708ee00 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ and build RaLib, which requires a JDK and Maven to be installed. ``` -git submodules init +git submodule init +git submodule update ./build.sh ```