Fix Quick Start install examples for zsh by adding single quotes

zsh will throw an error for unquoted #
This commit is contained in:
Chris Sattinger 2022-04-21 13:14:13 +02:00
parent 41839607af
commit 9b26dabd3d
No known key found for this signature in database
GPG Key ID: C8CE168FBF8435B8

View File

@ -93,8 +93,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)
@ -106,7 +106,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)