docs(readme): add note when installing on windows

This commit is contained in:
Kacper 2023-12-22 11:53:35 +01:00 committed by GitHub
parent 03c1115ebf
commit 24d76cb4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,12 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog'
yarn
```
Please note, that if you are using Windows, you may need to run:
```bash
set PWD="$(pwd)"
```
## Development
First, run the development server: