Skip to content

Commit a976ad5

Browse files
committed
Note on powershell in quick start
1 parent cf36313 commit a976ad5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@ mkdir src
6060
echo "export const World = () => <p>Hey</p>;" > src/hello.stories.tsx
6161
npx ladle serve
6262
```
63+
64+
For powershell, replace in the above listings echo with the following
65+
66+
```powershell
67+
@"
68+
export const World = () => <p>Hey</p>;
69+
"@ | out-file -encoding ASCII src/hello.stories.tsx
70+
```

0 commit comments

Comments
 (0)