Merge pull request #808 from kasin-it/patch-1

docs(readme): add note when installing on windows
This commit is contained in:
Timothy 2024-01-06 17:48:35 +08:00 committed by GitHub
commit 4175cfe38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,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: