1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-01-16 21:58:13 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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