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

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: