Commit 2e43881
committed
Remove line breaks from long WinGet command
The WinGet command for installing Windows platform dependencies
contained line breaks. When copied, the line breaks would break the
command up in to multiple lines. The first line is a valid command and
so runs sucessfully but the subsequent lines are truncated and will
produce an error if run.
Update the command to remove line breaks, and update the css for
`.code-box pre code`` to add back in line breaks in css that are not
preserved when the command is copied.
The swiftly install command breaks the command up with backslashes `\`
but on Windows we would have to either use `^` for cmd.exe or backtick
for powershell. This ambiguity means its safer just to put the whole
command on one line.1 parent e9b15b9 commit 2e43881
File tree
2 files changed
+5
-4
lines changed- _data/new-data/install/windows
- assets/stylesheets/new-stylesheets/pages
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
437 | 441 | | |
438 | 442 | | |
439 | 443 | | |
| |||
0 commit comments