소스 검색

Mention --console flag;

bjorn 5 년 전
부모
커밋
99f451f33c
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      guides/Getting_Started.md

+ 7 - 0
guides/Getting_Started.md

@@ -58,6 +58,13 @@ If you followed the example above, you should see the following in VR:
 
 ![Hello World](https://lovr.org/static/img/helloWorld.png)
 
+Tips
+---
+
+- If you need to use `print` in Lua for debug messages, you can drag and drop the project onto
+  `lovrc.bat` instead of `lovr.exe`, or specify the `--console` flag when running on the command
+  line.
+
 Next Steps
 ---