Update README.md

This commit is contained in:
Benjamin Kyd
2019-09-09 21:47:35 +01:00
committed by GitHub
parent 58d6157e02
commit a116ee04b7

View File

@@ -19,6 +19,7 @@ Inferno is a CPU Only, progressive unidirectional pathtracing engine written in
git clone https://github.com/plane000/inferno
cd inferno
mkdir build
cd build
cmake ..
make
```