From a177fbce2adcf0e27dc55c6e6a856562384600a7 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Tue, 14 Jan 2020 15:56:34 +0100 Subject: [PATCH] Improve build step description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c25f1a..a293053a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cd Kromx # Unpack `V8\Libraries\win32\release\v8_monolith.7z` using 7-Zip (exceeds 100MB) node Kinc/make -g direct3d11 # Open generated Visual Studio project -# Set command-line arguments to `..\..\build\krom` +# Set `Project - Properties - Debugging - Command Arguments` to `..\..\build\krom` # Build for x64 & release ``` ```bash