diff --git a/BUILDING.md b/BUILDING.md index 36eb755a83ca37..ee7baed234d7bd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -474,7 +474,7 @@ To use the debug build with all the normal dependencies overwrite the release version in the install directory: ``` console -$ make install --prefix=/opt/node-debug/ +$ make install PREFIX=/opt/node-debug/ $ cp -a -f out/Debug/node /opt/node-debug/node ```