Skip to content

Commit 4175cfe

Browse files
authored
Merge pull request #808 from kasin-it/patch-1
docs(readme): add note when installing on windows
2 parents f47eccf + 24d76cb commit 4175cfe

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
@@ -155,6 +155,12 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog'
155155
yarn
156156
```
157157

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

160166
First, run the development server:

0 commit comments

Comments
 (0)