Skip to content

Commit 24d76cb

Browse files
authored
docs(readme): add note when installing on windows
1 parent 03c1115 commit 24d76cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog'
154154
yarn
155155
```
156156

157+
Please note, that if you are using Windows, you may need to run:
158+
159+
```bash
160+
set PWD="$(pwd)"
161+
```
162+
157163
## Development
158164

159165
First, run the development server:

0 commit comments

Comments
 (0)