fix typo in docs
This commit is contained in:
parent
0320da77d0
commit
d14a81014b
@ -8,7 +8,7 @@ title: "Upgrading Quartz"
|
|||||||
To fetch the latest Quartz updates, simply run
|
To fetch the latest Quartz updates, simply run
|
||||||
|
|
||||||
```bash
|
```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`).
|
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`).
|
||||||
|
Loading…
Reference in New Issue
Block a user