Skip to content

Commit 3e9116b

Browse files
authored
Merge pull request #439 from crucialfelix/fix/quick-start-examples
Fix Quick Start install examples for zsh by adding single quotes
2 parents c7d6509 + 9b26dab commit 3e9116b

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
@@ -94,8 +94,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
9494

9595
1. TypeScript and Contentlayer (alpha)
9696

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

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

109109
```bash
110-
npx degit timlrx/tailwind-nextjs-starter-blog#typescript
110+
npx degit 'timlrx/tailwind-nextjs-starter-blog#typescript'
111111
```
112112

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

0 commit comments

Comments
 (0)