summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 07b51b87cf..08b75855ea 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
```