Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 18, 2023
1 parent 8bc7a50 commit 6f1f820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: "Upgrading Quartz"
To fetch the latest Quartz updates, simply run

```bash
npx quartz upgrade
npx quartz update
```

As Quartz uses [git](https://git-scm.com/) under the hood for versioning, updating effectively 'pulls' in the updates from the official Quartz GitHub repository. If you have local changes that might conflict with the updates, you may need to resolve these manually yourself (or, pull manually using `git pull origin upstream`).
Expand Down

0 comments on commit 6f1f820

Please sign in to comment.