From ce427b26bd40ff67e960f6b597b45f9be4b5df17 Mon Sep 17 00:00:00 2001 From: Rustam Abdulatipov Date: Sun, 24 Nov 2024 23:31:59 +0400 Subject: [PATCH] Update README.md - fix missing Git submodule update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78a44412..397c5b6a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ RTGL1 is a library that aims to simplify the process of porting 3D applications 1. Clone the repository * `git clone https://github.com/sultim-t/RayTracedGL1.git` + * `git submodule update --init` 1. Configure with CMake * on Windows, with Visual Studio: