Skip to content

Commit 9b26dab

Browse files
committed
Fix Quick Start install examples for zsh by adding single quotes
zsh will throw an error for unquoted #
1 parent 4183960 commit 9b26dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
9393

9494
1. TypeScript and Contentlayer (alpha)
9595

96-
```
97-
npx degit timlrx/tailwind-nextjs-starter-blog#contentlayer
96+
```bash
97+
npx degit 'timlrx/tailwind-nextjs-starter-blog#contentlayer'
9898
```
9999

100100
or JS (official support)
@@ -106,7 +106,7 @@ npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git
106106
or with TypeScript (community support)
107107

108108
```bash
109-
npx degit timlrx/tailwind-nextjs-starter-blog#typescript
109+
npx degit 'timlrx/tailwind-nextjs-starter-blog#typescript'
110110
```
111111

112112
2. Personalize `siteMetadata.js` (site related information)

0 commit comments

Comments
 (0)