Skip to content

Commit

Permalink
doc: correct line break for Windows terminals
Browse files Browse the repository at this point in the history
PR-URL: nodejs#48083
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Claudio Wunder <[email protected]>
  • Loading branch information
alexsch01 authored and Ceres6 committed Aug 14, 2023
1 parent f2eeafa commit abb2199
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,15 @@ tool, [postject][]:
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
```

* On Windows:
```bash
npx postject hello.exe NODE_SEA_BLOB sea-prep.blob \
* On Windows - PowerShell:
```powershell
npx postject hello.exe NODE_SEA_BLOB sea-prep.blob `
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
```
* On Windows - Command Prompt:
```text
npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
```
Expand Down

0 comments on commit abb2199

Please sign in to comment.