diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md
index e1d227a02e0d28..487c43264b424f 100644
--- a/doc/api/single-executable-applications.md
+++ b/doc/api/single-executable-applications.md
@@ -47,7 +47,7 @@ tool, [postject][]:
    $ cp $(command -v node) hello
    ```
 
-5. Remove the signature of the binary:
+5. Remove the signature of the binary (macOS and Windows only):
 
    * On macOS:
 
@@ -92,7 +92,7 @@ tool, [postject][]:
          --macho-segment-name NODE_SEA
      ```
 
-7. Sign the binary:
+7. Sign the binary (macOS and Windows only):
 
    * On macOS: