Browse Source

Updated readme

Nickolai Korshunov 7 years ago
parent
commit
00e1b47c6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ Edit `SConstruct` file and assign your godot executable path at line:7 `godot_bi
 
 
 Building cpp_bindings
 Building cpp_bindings
 ```
 ```
-$ scons godotbinpath="../godot_fork/bin/" headers="../godot_headers/" p=linux generate_bindings=yes
+$ scons godotbinpath="../godot_fork/bin/godot_binary" headers="../godot_headers/" p=linux generate_bindings=yes
 ```
 ```
 resulting libraries will be placed under `bin/` and the generated headers will be placed under `include/*`
 resulting libraries will be placed under `bin/` and the generated headers will be placed under `include/*`