From a261c2dc595c37f8a7adc60e4d33bc0cbb46036c Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Thu, 17 Aug 2023 23:39:15 -0700 Subject: [PATCH] fix typo in docs --- content/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/upgrading.md b/content/upgrading.md index abe916c6..a4c2d4a9 100644 --- a/content/upgrading.md +++ b/content/upgrading.md @@ -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`).