From 7b8017413c16c0153c58919ab30e0e2de6e71f02 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 20 Aug 2023 01:04:17 +0000
Subject: [PATCH] impl baseDir option for quartz build --serve for local testing

---
 content/upgrading.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/content/upgrading.md b/content/upgrading.md
index abe916c..a4c2d4a 100644
--- a/content/upgrading.md
+++ b/content/upgrading.md
@@ -8,7 +8,7 @@
 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`).

--
Gitblit v1.10.0