1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-08-06 14:36:29 +02:00

Update Readme.md

This commit is contained in:
Dmitry V. Sokolov
2019-01-29 10:32:18 +01:00
committed by GitHub
parent 0178578737
commit 08ccdd5ec0

View File

@@ -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 ..