Commit a1ffaff
authored
Docs: Added quotes in cli for Windows PowerShell compatibility (#986)
* Added cli for Windows Powershell
Thanks for adding Windows support! 🎉🍻
In Windows Powershell, the `@` character is reserved, and the current command will only run `npm init`.
* Use quotes around @ prefixes
Instead of special casing PowerShell, surrounding @observablehq with quotes works for all shells.1 parent b36b4ad commit a1ffaff
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments