Merge pull request #439 from crucialfelix/fix/quick-start-examples

Fix Quick Start install examples for zsh by adding single quotes
This commit is contained in:
Timothy 2022-04-22 16:39:17 -07:00 committed by GitHub
commit 3e9116b888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,8 +94,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
1. TypeScript and Contentlayer (alpha)
```
npx degit timlrx/tailwind-nextjs-starter-blog#contentlayer
```bash
npx degit 'timlrx/tailwind-nextjs-starter-blog#contentlayer'
```
or JS (official support)
@ -107,7 +107,7 @@ npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git
or with TypeScript (community support)
```bash
npx degit timlrx/tailwind-nextjs-starter-blog#typescript
npx degit 'timlrx/tailwind-nextjs-starter-blog#typescript'
```
2. Personalize `siteMetadata.js` (site related information)