diff options
author | Mateja <mail@matejamaric.com> | 2021-02-14 15:25:20 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-14 15:25:20 +0100 |
commit | ba59c7b81f227b3e13ae945136575390bc5d8c59 (patch) | |
tree | dac5438cc44df1717add596d1cfec6e586a1600f | |
parent | 0abfdc7a435eb0b60917be62ba6a563147e349eb (diff) | |
download | erender-ba59c7b81f227b3e13ae945136575390bc5d8c59.tar.gz erender-ba59c7b81f227b3e13ae945136575390bc5d8c59.zip |
Update README.
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,5 +32,4 @@ Then run following commands in project directory: ### On Windows and Mac: On Windows and Mac you don't have any dependencies, so you can use CMake without any worry. -**Just make sure all submodules are available using `git submodule update --init`!** -**Also make sure `model` directory (where example model is located) is available where you built the executable.** +**Just make sure `model` directory (where example model is located) is available where you built the executable.** |