summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2022-07-26 16:33:04 +0300
committerjussi2022-07-26 16:33:04 +0300
commit4f54a0a4992358c633e5e3535e2980211028f3a2 (patch)
tree05a52f180c6e200b90811d2ec7baef7a7c2c13a8 /README.md
parent314d0412a53b8e012ec183c503a69cc32e24ab34 (diff)
downloadreilua-enhanced-4f54a0a4992358c633e5e3535e2980211028f3a2.tar.gz
reilua-enhanced-4f54a0a4992358c633e5e3535e2980211028f3a2.tar.bz2
reilua-enhanced-4f54a0a4992358c633e5e3535e2980211028f3a2.zip
Create material using correct texture source.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dea78db..2e949ad 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ ReiLua
||\main.lua
```
-We can now build the game. You can use the command it top of the "CMakeLists.txt" to use emsdk toolchain with cmake. Remember to replace \<YOUR PATH HERE> with correct path.
+We can now build the game. You can use the command in the top of the "CMakeLists.txt" to use emsdk toolchain with cmake. Remember to replace \<YOUR PATH HERE> with correct path.
```
cmake .. -DCMAKE_TOOLCHAIN_FILE=<YOUR PATH HERE>/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DPLATFORM=Web