From 08ccdd5ec0ef855adbd9d10ca0ab3e5e4783aa8c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Sokolov" Date: Tue, 29 Jan 2019 10:32:18 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9c911b8..9c6b07b 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ All the boring code (image/obj files serializer etc) is already there; to obtain git clone --recurse-submodules https://github.com/ssloy/tinyraytracer.git cd tinyraytracer git checkout homework_assignment -git submodule update +git submodule update --init mkdir build cd build cmake ..