diff --git a/README.md b/README.md index eaf0a3b8..d07fba9d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Edit `SConstruct` file and assign your godot executable path at line:7 `godot_bi Building cpp_bindings ``` -$ scons godotbinpath="../godot_fork/bin/" headers="../godot_headers/" p=linux generate_bindings=yes +$ scons godotbinpath="/bin/" headers="/modules/gdnative/include/" p=linux generate_bindings=yes ``` resulting libraries will be placed under `bin/` and the generated headers will be placed under `include/*`