diff --git a/BUILDING.md b/BUILDING.md index 07b51b87cfc4ea..08b75855ea6ee0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -476,7 +476,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 ```