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: #48083
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
  • Loading branch information
alexsch01 authored and targos committed May 30, 2023
1 parent 8d2a3b1 commit 0ac4b33
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 0ac4b33

Please sign in to comment.