Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings authored May 17, 2024
1 parent cd44270 commit e945f69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ See [demo page](https://morewings.github.io/ts-redux-next/).
Manually clone repo or use `degit`.

```shell script
npx degit https://github.com/morewings/ts-redux-next my-app
# With CSS Modules config
npx degit github:morewings/ts-redux-next my-app
# With Styled Components config
npx degit github:morewings/ts-redux-next#styled-components
cd ./my-app
pnpm i
```
Expand Down

0 comments on commit e945f69

Please sign in to comment.